File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,8 @@ Create a simple DHCP server for your network and allow set fix ip for some devic
22
22
"range_start" : " 192.168.1.100" ,
23
23
"range_end" : " 192.168.1.200" ,
24
24
"broadcast" : " 192.168.1.255" ,
25
- "gateway" : " 192.168.1.1"
25
+ "gateway" : " 192.168.1.1" ,
26
+ "interface" : " eth0"
26
27
}
27
28
],
28
29
"hosts" : [
@@ -45,7 +46,8 @@ Configuration variables:
45
46
- ** range_start** (* Required* ): Start address for dhcp leases.
46
47
- ** range_end** (* Required* ): End address for dhcp leases.
47
48
- ** broadcast** (* Required* ): Network broadcast address.
48
- - ** routers** (* Required* ): A List of gateways.
49
+ - ** gateway** (* Required* ): A List of gateways.
50
+ - ** interface** (* Required* ): Inteface on that will be listen.
49
51
- ** hosts** (* Optional* ): A list of fixed IPs for devices.
50
52
- ** name** (* Required* ): Name/hostname of your device.
51
53
- ** mac** (* Required* ): Mac address of your device.
You can’t perform that action at this time.
0 commit comments