13 lines
518 B
Text
13 lines
518 B
Text
|
subnet 45.66.110.0 netmask 255.255.255.0 {
|
||
|
interface "ens19";
|
||
|
option subnet-mask 255.255.255.0;
|
||
|
option broadcast-address 45.66.110.255;
|
||
|
option routers 45.66.110.{{ router_ip_suffix }};
|
||
|
option domain-name-servers 45.66.110.{{ dns_host_suffix_main }}, {{ backup_dns_servers|join(', ') }};
|
||
|
option domain-name "adh.auro.re";
|
||
|
option domain-search "adh.auro.re";
|
||
|
include "/var/local/re2o-services/dhcp/generated/dhcp.adh.auro.re.list";
|
||
|
|
||
|
deny unknown-clients;
|
||
|
}
|