Posted by Anonymous Tue 20th Mar 2007 16:42 - Syntax is mIRC Script - 49 views
Download | New Post | Modify | Hide line numbers
  1. option domain-name "midkemia.net";
  2. option domain-name-servers ;
  3. max-lease-time 7200;
  4. authoritative;
  5. ddns-update-style interim;
  6. log-facility local7;
  7. subnet netmask 255.255.255.0 {
  8.   range 99;
  9.   option routers ;
  10.   option netbios-name-servers ;
  11.   option netbios-node-type 8;
  12.   option ntp-servers ;
  13. }
  14. key dhcpupdate {
  15.     algorithm hmac-md5;
  16.     secret keygoeshere;
  17. }
  18. zone midkemia.net. {
  19.     primary ;
  20.     key dhcpupdate;
  21. }
  22. zone 1.168.192.in-addr.arpa. {
  23.     primary ;
  24.     key dhcpupdate;
  25. }
  26. 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

 

Comments: 0