mirror of
https://github.com/aljazceru/RogueSploit.git
synced 2025-12-17 06:14:21 +01:00
13 lines
297 B
ISCdhcpd
13 lines
297 B
ISCdhcpd
ddns-update-style none;
|
|
option domain-name-servers 10.0.0.1;
|
|
default-lease-time 60;
|
|
max-lease-time 72;
|
|
authoritative;
|
|
log-facility local7;
|
|
|
|
subnet 10.0.0.0 netmask 255.255.255.0 {
|
|
range 10.0.0.100 10.0.0.254;
|
|
option routers 10.0.0.1;
|
|
option domain-name-servers 10.0.0.1;
|
|
}
|