diff --git a/db.ibrahim.tilde b/db.ibrahim.tilde new file mode 100644 index 00000000..9378884d --- /dev/null +++ b/db.ibrahim.tilde @@ -0,0 +1,14 @@ +; BIND data file for ibrahim.tilde +$TTL 604800 +@ IN SOA ns1.master.tilde. root.ibrahim.tilde. ( + 2025061401 ; Serial + 604800 ; Refresh + 86400 ; Retry + 2419200 ; Expire + 604800 ) ; Negative Cache TTL +; +@ IN NS ns1.master.tilde. +@ IN NS ns2.master.tilde. +www IN CNAME ibrahim.tilde +@ IN A +* IN A diff --git a/named.conf.local b/named.conf.local index 270f68c6..8fb71acc 100644 --- a/named.conf.local +++ b/named.conf.local @@ -300,3 +300,8 @@ zone "ralsei.tilde" { file "/etc/bind/db.ralsei.tilde"; }; +zone "ibrahim.tilde" { + type master; + file "/etc/bind/db.ibrahim.tilde"; +}; +