mirror of https://github.com/TildeNIC/.tilde.git
Updated Setting up a .tilde DNS server (markdown)
parent
a3041e00f0
commit
284e3b5df6
|
@ -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.
|
Loading…
Reference in New Issue