diff --git a/db.team.tilde b/db.team.tilde new file mode 100644 index 00000000..7654c6e4 --- /dev/null +++ b/db.team.tilde @@ -0,0 +1,14 @@ +; BIND data file for team.tilde +$TTL 604800 +@ IN SOA ns1.master.tilde. root.team.tilde. ( + 2024011001 ; Serial + 604800 ; Refresh + 86400 ; Retry + 2419200 ; Expire + 604800 ) ; Negative Cache TTL +; +@ IN NS ns1.master.tilde. +@ IN NS ns2.master.tilde. +www IN CNAME team.tilde +@ IN A 198.50.210.248 +* IN A 198.50.210.248 diff --git a/named.conf.local b/named.conf.local index ebeb0074..b5f93667 100644 --- a/named.conf.local +++ b/named.conf.local @@ -20,3 +20,8 @@ zone "ben.tilde" { file "/etc/bind/db.ben.tilde"; }; +zone "team.tilde" { + type master; + file "/etc/bind/db.team.tilde"; +}; +