Updated Setting up a .tilde DNS server (markdown)

deepend-tildeclub 2025-01-17 11:56:29 -07:00
parent a3041e00f0
commit 284e3b5df6
1 changed files with 7 additions and 2 deletions

@ -12,6 +12,13 @@ sudo mv .tilde tilde
cd /var/tilde cd /var/tilde
sudo cp db.* /etc/bind/ sudo cp db.* /etc/bind/
sudo cp named.conf.* /etc/bind/ sudo cp named.conf.* /etc/bind/
sudo cp update_dns_zones_ubuntu /etc/bind/
chmod +x /etc/bind/update_dns_zones_ubuntu
Follow the directions on this page: https://wiki.opennic.org/opennic/srvzone
nano /etc/bind/srvzone.conf (check paths for all programs srvzone requires to function and correct them)
mkdir /etc/bind/opennic
mkdir /etc/bind/opennic/master
mkdir /etc/bind/opennic/slave
sudo systemctl restart bind9 sudo systemctl restart bind9
sleep 3 sleep 3
sudo journalctl -xe sudo journalctl -xe
@ -30,6 +37,4 @@ put the following on a new line in the cron:
``` ```
# All Distros/OSs (Required to be listed on wiki and tildenic.org)
Follow the directions on this page: https://wiki.opennic.org/opennic/srvzone
#### To be added to tildenic.org as a public .tilde resolver. Please submit an issue with your ip address information. #### To be added to tildenic.org as a public .tilde resolver. Please submit an issue with your ip address information.