mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-01-04 14:56:16 +01:00
16 lines
283 B
Text
16 lines
283 B
Text
option domain-name-servers 10.0.0.1;
|
|
|
|
default-lease-time 600;
|
|
max-lease-time 720;
|
|
|
|
ddns-update-style none;
|
|
|
|
authoritative;
|
|
|
|
log-facility local7;
|
|
|
|
subnet 10.0.0.0 netmask 255.255.255.0 {
|
|
range 10.0.0.2 10.0.0.254;
|
|
option routers 10.0.0.1;
|
|
option domain-name-servers 10.0.0.1;
|
|
}
|