Advertisement
Guest User

Untitled

a guest
Nov 19th, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. ;
  2. ; BIND data file for local loopback interface
  3. ;
  4. $TTL 604800
  5. @ IN SOA dns.ties327.jyu.fi. root.dns.ties327.jyu.fi. (
  6. 2 ; Serial
  7. 604800 ; Refresh
  8. 86400 ; Retry
  9. 2419200 ; Expire
  10. 604800 ) ; Negative Cache TTL
  11. ;
  12. @ IN NS dns.ties327.jyu.fi.
  13. @ IN A 192.168.10.2
  14. @ IN AAAA ::1
  15. gw IN A 192.168.10.1
  16. dns IN A 192.168.10.2
  17. oceanic IN A 192.168.11.2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement