Posted by Anonymous Tue 20th Mar 2007 16:42 - Syntax is mIRC Script - 49 views
Download | New Post | Modify | Hide line numbers
Download | New Post | Modify | Hide line numbers
-
option domain-name "midkemia.net";
-
option domain-name-servers ;
-
max-lease-time 7200;
-
authoritative;
-
ddns-update-style interim;
-
log-facility local7;
-
subnet netmask 255.255.255.0 {
-
range 99;
-
option routers ;
-
option netbios-name-servers ;
-
option netbios-node-type 8;
-
option ntp-servers ;
-
}
-
key dhcpupdate {
-
algorithm hmac-md5;
-
secret keygoeshere;
-
}
-
zone midkemia.net. {
-
primary ;
-
key dhcpupdate;
-
}
-
zone 1.168.192.in-addr.arpa. {
-
primary ;
-
key dhcpupdate;
-
}
-
allow client-updates;
PermaLink to this entry https://pastebin.co.uk/12093
Posted by Anonymous Tue 20th Mar 2007 16:42 - Syntax is mIRC Script - 49 views
Download | New Post | Modify | Hide line numbers
Download | New Post | Modify | Hide line numbers
Comments: 0