From 284e3b5df6d2a7f3adea7eacbd2240ffde9e6123 Mon Sep 17 00:00:00 2001 From: deepend-tildeclub <58404188+deepend-tildeclub@users.noreply.github.com> Date: Fri, 17 Jan 2025 11:56:29 -0700 Subject: [PATCH] Updated Setting up a .tilde DNS server (markdown) --- Setting-up-a-.tilde-DNS-server.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/Setting-up-a-.tilde-DNS-server.md b/Setting-up-a-.tilde-DNS-server.md index f8c2b62..11cbf2f 100644 --- a/Setting-up-a-.tilde-DNS-server.md +++ b/Setting-up-a-.tilde-DNS-server.md @@ -12,6 +12,13 @@ sudo mv .tilde tilde cd /var/tilde sudo cp db.* /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 sleep 3 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. \ No newline at end of file