1. ddns-update-style none;
  2. ignore client-updates;
  3. authoritative;
  4. option local-wpad code 252 = text;
  5.  
  6. subnet
  7. 10.0.0.0 netmask 255.255.255.0 {
  8. # --- default gateway
  9. option routers
  10. 10.0.0.1;
  11. # --- Netmask
  12. option subnet-mask
  13. 255.255.255.0;
  14. # --- Broadcast Address
  15. option broadcast-address
  16. 10.0.0.255;
  17. # --- Domain name servers, tells the clients which DNS servers to use.
  18. option domain-name-servers
  19. 10.0.0.1, 8.8.8.8, 8.8.4.4;
  20. option time-offset
  21. 0;
  22. range 10.0.0.3 10.0.0.13;
  23. default-lease-time 1209600;
  24. max-lease-time 1814400;
  25. }