blob: a8946f0be98cf49e36752715e18185e4cd7ae221 (
plain)
1
2
3
4
5
6
7
8
9
|
option domain-name "random.lan";
option domain-name-servers virtualip.random.lan, dns1.random.lan, dns2.random.lan;
option ntp-servers firebrand.random.lan, defiant.random.lan;
option smtp-server smtp.random.lan;
option routers gateway.random.lan;
option local-proxy-config code 252 = text;
default-lease-time 172800;
max-lease-time 172800;
ddns-update-style interim;
|