diff --git a/db.ionut.tilde b/db.ionut.tilde new file mode 100644 index 00000000..c1623a2d --- /dev/null +++ b/db.ionut.tilde @@ -0,0 +1,14 @@ +; BIND data file for ionut.tilde +$TTL 604800 +@ IN SOA ns1.master.tilde. root.ionut.tilde. ( + 2026012201 ; Serial + 604800 ; Refresh + 86400 ; Retry + 2419200 ; Expire + 604800 ) ; Negative Cache TTL +; +@ IN NS ns1.master.tilde. +@ IN NS ns2.master.tilde. +www IN CNAME ionut.tilde +@ IN A +* IN A diff --git a/named.conf.local b/named.conf.local index 4110cb94..5a54826e 100644 --- a/named.conf.local +++ b/named.conf.local @@ -415,3 +415,8 @@ zone "gmac.tilde" { file "/etc/bind/db.gmac.tilde"; }; +zone "ionut.tilde" { + type master; + file "/etc/bind/db.ionut.tilde"; +}; +