feat: added other two domains, redirects to main domain
This commit is contained in:
parent
77244a2a6f
commit
3a66e5958a
6 changed files with 37 additions and 118 deletions
|
|
@ -52,7 +52,15 @@ flush_rrsets() {
|
|||
|
||||
add_record "NS" 604800 "hexname.com." "ns1.hexname.com."
|
||||
add_record "NS" 604800 "hexname.com." "ns2.hexname.com."
|
||||
# add_record "NS" 604800 "loves-beer.com." "ns1.hexname.com."
|
||||
# add_record "NS" 604800 "loves-beer.com." "ns2.hexname.com."
|
||||
# add_record "NS" 604800 "dickdns.org." "ns1.hexname.com."
|
||||
# add_record "NS" 604800 "dickdns.org." "ns2.hexname.com."
|
||||
|
||||
add_record "A" 604800 "hexname.com." "188.245.239.209"
|
||||
# add_record "CNAME" 604800 "loves-beer.com." "hexname.com."
|
||||
# add_record "CNAME" 604800 "dickdns-org." "hexname.com."
|
||||
|
||||
add_record "A" 604800 "ns1.hexname.com." "188.245.239.209"
|
||||
add_record "A" 604800 "ns2.hexname.com." "91.99.69.65"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue