Skip to content

Latest commit

 

History

History

bind

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Bind DNS Server configuration

Install bind:

sudo apt install bind9

Create/Edit named.conf.local:

sudo nano /etc/bind/named.conf.local

Create example.com.hosts:

sudo nano /var/lib/bind/example.com.hosts

Restart bind:

sudo systemctl restart bind9