mirror of
https://github.com/TildeNIC/.tilde.git
synced 2026-01-24 03:50:19 +00:00
Merge pull request 'Adding julian.tilde' (#76) from julian/.tilde:master into master
Reviewed-on: https://tildegit.org/.tilde/.tilde/pulls/76
This commit is contained in:
18
db.julian.tilde
Normal file
18
db.julian.tilde
Normal file
@@ -0,0 +1,18 @@
|
||||
;
|
||||
; BIND data file for julian.tilde
|
||||
;
|
||||
$TTL 604802
|
||||
@ IN SOA master.tilde. root.master.tilde. (
|
||||
2020012101 ; Serial
|
||||
604800 ; Refresh
|
||||
86400 ; Retry
|
||||
2419200 ; Expire
|
||||
604800 ) ; Negative Cache TTL
|
||||
;
|
||||
IN CNAME jmjl.duckdns.org.
|
||||
;
|
||||
IN NS ns1.master.tilde.
|
||||
IN NS ns2.master.tilde.
|
||||
|
||||
@ IN CNAME jmjl.duckdns.org.
|
||||
* IN CNAME jmjl.duckdns.org.
|
||||
@@ -145,3 +145,8 @@ zone "paper.tilde" {
|
||||
type master;
|
||||
file "/etc/bind/db.paper.tilde";
|
||||
};
|
||||
|
||||
zone "julian.tilde" {
|
||||
type master;
|
||||
file "/etc/bind/db.julian.tilde";
|
||||
}
|
||||
Reference in New Issue
Block a user