Skip to content

Instantly share code, notes, and snippets.

@cs3b
Created April 27, 2010 12:41
Show Gist options
  • Save cs3b/380692 to your computer and use it in GitHub Desktop.
Save cs3b/380692 to your computer and use it in GitHub Desktop.
bind local
;
; BIND data file for local loopback interface
;
$TTL 604800
@ IN SOA localhost. root.localhost. (
3 ; Serial
604800 ; Refresh
86400 ; Retry
2419200 ; Expire
604800 ) ; Negative Cache TTL
;
@ IN NS localhost.
@ IN A 127.0.0.1
* IN A 127.0.0.1
zone "hp" {
type master;
file "/etc/bind/hp";
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment