From 305d109ab47c040ac6196220774fa7cdd2457859 Mon Sep 17 00:00:00 2001 From: julian Date: Fri, 2 Apr 2021 15:52:06 +0000 Subject: [PATCH 1/3] Add julian.tilde Add my username as a domain name --- julian.tilde | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 julian.tilde diff --git a/julian.tilde b/julian.tilde new file mode 100644 index 0000000..36f8b21 --- /dev/null +++ b/julian.tilde @@ -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. \ No newline at end of file From d9dca4505fa0d14c6f67d0a640e1ef46afd81dc6 Mon Sep 17 00:00:00 2001 From: julian Date: Fri, 2 Apr 2021 15:52:45 +0000 Subject: [PATCH 2/3] Update 'db.julian.tilde' --- julian.tilde => db.julian.tilde | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename julian.tilde => db.julian.tilde (100%) diff --git a/julian.tilde b/db.julian.tilde similarity index 100% rename from julian.tilde rename to db.julian.tilde From ce569e49bac3b1c74582f821d82073178a0aabb1 Mon Sep 17 00:00:00 2001 From: julian Date: Fri, 2 Apr 2021 15:54:35 +0000 Subject: [PATCH 3/3] Add julian.tilde Add julian.tilde to the main config file @ubergeek this is almost ready --- named.conf.local | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/named.conf.local b/named.conf.local index 0645827..034dfe4 100644 --- a/named.conf.local +++ b/named.conf.local @@ -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"; +} \ No newline at end of file