It’s pretty simple to secure a bind DNS server. You should insert few lines in the bind maned.conf file. Open the file and find the options section. Inside the options section you need to put the following 4 lines: version none; fetch-glue no; recursion no; allow-transfer { none; }; Now close the file and restart […]
Tag: bind
OSGuides.net BIND configuration file
Here is the /var/named/osguides.net file:; *** DNS Zone of OSGuides.net ***$TTL 86400 @ IN SOA ns1.osguides.net. ns2.osguides.net. ( 1192083306 ; Serial 10800 ; Refresh 3600 ; Retry 604800 ; Expire 10800 ) ; Minimum osguides.net. IN NS ns1.osguides.net.osguides.net. IN NS ns2.osguides.net.ns1.osguides.net. IN A […]