Add Adguard DHCP settings.
This commit is contained in:
parent
7c91cae6ed
commit
71934ea2a5
1 changed files with 8 additions and 0 deletions
|
@ -83,6 +83,14 @@
|
|||
settings = {
|
||||
dhcp = {
|
||||
enabled = true;
|
||||
interface_name = "lan";
|
||||
dhcpv4 = {
|
||||
gateway_ip = "192.168.0.1";
|
||||
subnet_mask = "255.255.0.0";
|
||||
range_start = "192.168.1.0";
|
||||
range_end = "192.168.254.254";
|
||||
lease_duration = 300;
|
||||
};
|
||||
};
|
||||
filtering = {
|
||||
protection_enabled = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue