diff options
Diffstat (limited to 'dhcp/conf.d/sponsorvest.conf')
-rw-r--r-- | dhcp/conf.d/sponsorvest.conf | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/dhcp/conf.d/sponsorvest.conf b/dhcp/conf.d/sponsorvest.conf deleted file mode 100644 index 65362d1..0000000 --- a/dhcp/conf.d/sponsorvest.conf +++ /dev/null @@ -1,16 +0,0 @@ -zone sponsorvest.tg13.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.105.0 netmask 255.255.255.0 { - authoritative; - option routers 151.216.105.1; - option domain-name "sponsorvest.tg13.gathering.org"; - ddns-domainname "sponsorvest.tg13.gathering.org"; - range 151.216.105.5 151.216.105.254; - ignore client-updates; -} - -host hacklol { hardware ethernet 00:24:7e:dd:e3:4c; fixed-address 151.216.105.9; } - |