Add Adguard DHCP settings.

This commit is contained in:
Nolan Darilek 2025-07-21 12:57:05 -04:00
parent 7c91cae6ed
commit 71934ea2a5

View file

@ -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;