-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathconfig.ini
36 lines (27 loc) · 1.03 KB
/
config.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
[user-config]
; Name of your environment used in the title. (default: Home network)
network-name = "Home network"
; Currently supported languages are: cs, en
language = "en"
; Password settings
require-password = false
password = ""
; TOTP settings
require-totp = false
private-key = ""
sort-dynamic-addresses = true
; dhcpd-webui assumes the first entry in dhcpd configuration is the server
; itself so it's excluded (default: true)
exclude-first-host = true
; Interface to use for scanning. The interface specified must support ARP.
; (default: eth0)
network-interface = "eth0"
; Location of dhcpd.conf file. (default: /etc/dhcp/dhcpd.conf)
dhcp-config-path = "/etc/dhcp/dhcpd.conf"
; Location of dhcpd.leases file (default: /var/lib/dhcp/dhcpd.leases)
dhcp-leases-path = "/var/lib/dhcp/dhcpd.leases"
; List of predefined hostnames bound to the physical addresses.
; It's useful for identifying mobile devices. Format: MAC = "Hostname"
[devices]
; Example of one line:
; 64:bc:0c:c6:c2:45 = "Google Nexus 5X"