ubuntu:bind:setup_bind9
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
ubuntu:bind:setup_bind9 [2020/05/11 17:31] – peter | ubuntu:bind:setup_bind9 [2020/11/28 11:07] (current) – [named.conf.options] peter | ||
---|---|---|---|
Line 198: | Line 198: | ||
// version statement - inhibited for security | // version statement - inhibited for security | ||
- | // (avoids hacking any known weaknesses)»· | + | // (avoids hacking any known weaknesses)· |
version " | version " | ||
Line 205: | Line 205: | ||
// ports to talk. See http:// | // ports to talk. See http:// | ||
- | // If your ISP provided one or more IP addresses for stable· | + | // If your ISP provided one or more IP addresses for stable |
- | // nameservers, | + | // nameservers, |
- | // Uncomment the following block, and insert the addresses | + | // Uncomment the following block, and insert the addresses |
// the all-0' | // the all-0' | ||
Line 213: | Line 213: | ||
// | // | ||
// }; | // }; | ||
+ | |||
forwarders { | forwarders { | ||
- | // Sure Public DNS | + | // Sure Public DNS. |
// | // | ||
// | // | ||
- | // Google Public DNS | + | // Google Public DNS. |
//8.8.8.8; | //8.8.8.8; | ||
//8.8.4.4; | //8.8.4.4; | ||
- | // OpenDNS | + | // OpenDNS. |
- | 208.67.222.222; | + | |
- | 208.67.220.220; | + | |
+ | |||
+ | // Pi-Hole. | ||
+ | 192.168.1.26; | ||
+ | 192.168.1.25; | ||
}; | }; | ||
Line 233: | Line 238: | ||
// | // | ||
# | # | ||
- | dnssec-enable no;· | + | dnssec-enable no; |
dnssec-validation no; | dnssec-validation no; | ||
Line 246: | Line 251: | ||
---- | ---- | ||
+ | |||
+ | ===== named.conf.local ===== | ||
<file bash / | <file bash / | ||
// | // | ||
- | // Do any local configuration here | + | // Do any local configuration here. |
// | // | ||
Line 258: | Line 265: | ||
// 193.24.212.232/ | // 193.24.212.232/ | ||
212.227.123.29; | 212.227.123.29; | ||
+ | }; | ||
+ | |||
+ | // Any IPs added here will not have ads blocked. | ||
+ | // For Virginia. | ||
+ | acl allow_ads { | ||
+ | // 192.168.1.64; | ||
+ | 192.168.1.70; | ||
+ | 192.168.1.75; | ||
+ | 192.168.1.90; | ||
+ | 192.168.1.96; | ||
}; | }; | ||
acl internals { | acl internals { | ||
192.168.1.0/ | 192.168.1.0/ | ||
+ | 192.168.50.0/ | ||
+ | 192.168.70.0/ | ||
+ | 172.16.0.0/ | ||
+ | !allow_ads; | ||
127.0.0.0/ | 127.0.0.0/ | ||
+ | }; | ||
+ | |||
+ | view " | ||
+ | match-clients { allow_ads; }; | ||
+ | recursion yes; | ||
+ | |||
+ | // type forward; | ||
+ | // forwarders { | ||
+ | // 8.8.8.8; | ||
+ | // }; | ||
+ | |||
+ | include "/ | ||
}; | }; | ||
Line 275: | Line 308: | ||
}; | }; | ||
- | // | + | |
- | // type master; | + | type master; |
- | // file "/ | + | file "/ |
- | // | + | allow-update { none; }; |
- | // }; | + | }; |
+ | |||
+ | zone " | ||
+ | type master; | ||
+ | file "/etc/bind/ | ||
+ | allow-update { none; }; | ||
+ | }; | ||
# Set zone for reverse | # Set zone for reverse | ||
Line 288: | Line 327: | ||
}; | }; | ||
+ | include "/ | ||
include "/ | include "/ | ||
}; | }; | ||
Line 293: | Line 333: | ||
view " | view " | ||
match-clients { any; }; | match-clients { any; }; | ||
- | allow-query { any; }; | + | allow-query { any; };· |
recursion no; | recursion no; | ||
+ | |||
zone " | zone " | ||
type master; | type master; | ||
Line 302: | Line 343: | ||
}; | }; | ||
- | // | + | |
- | // type master; | + | type master; |
- | // file "/ | + | file "/ |
- | // | + | allow-transfer { slaves; }; |
- | // | + | allow-update { none; }; |
- | // }; | + | }; |
+ | |||
+ | zone " | ||
+ | type master; | ||
+ | file "/etc/bind/ | ||
+ | allow-transfer { slaves; }; | ||
+ | allow-update { none; }; | ||
+ | }; | ||
# Set zone for reverse. | # Set zone for reverse. | ||
Line 319: | Line 367: | ||
---- | ---- | ||
+ | |||
+ | ===== ad-blacklist ===== | ||
+ | |||
+ | <file bind ad-blacklist> | ||
+ | // For more information about this list, see: https:// | ||
+ | // ---- | ||
+ | // last updated: | ||
+ | // entries: | ||
+ | // format: | ||
+ | // credits: | ||
+ | // this URL: http:// | ||
+ | // other formats: | ||
+ | |||
+ | zone " | ||
+ | zone " | ||
+ | zone " | ||
+ | zone " | ||
+ | zone " | ||
+ | zone " | ||
+ | zone " | ||
+ | zone " | ||
+ | zone " | ||
+ | zone " | ||
+ | zone " | ||
+ | zone " | ||
+ | zone " | ||
+ | zone " | ||
+ | zone " | ||
+ | zone " | ||
+ | zone " | ||
+ | zone " | ||
+ | zone " | ||
+ | zone " | ||
+ | zone " | ||
+ | zone " | ||
+ | zone " | ||
+ | zone " | ||
+ | zone " | ||
+ | zone " | ||
+ | ... | ||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== Internals - ad-null.zone ===== | ||
+ | |||
+ | <file bind / | ||
+ | ; Ads get redirected to 127.0.0.1 | ||
+ | | ||
+ | $TTL 86400 | ||
+ | @ | ||
+ | | ||
+ | 86400 ; Refresh | ||
+ | 300 ; Retry | ||
+ | | ||
+ | 3600 ; Negative Cache TTL | ||
+ | ); | ||
+ | |||
+ | ; define the name server | ||
+ | IN NS ns1.sharewiz.net. | ||
+ | ; define the hostnames | ||
+ | @ | ||
+ | * | ||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== Internals - 1.168.192.db ===== | ||
+ | |||
+ | <file bind / | ||
+ | ; sharewiz.net | ||
+ | $TTL 86400 | ||
+ | @ | ||
+ | | ||
+ | 3600 ; Refresh | ||
+ | 1800 ; Retry | ||
+ | 2419200 ; Expire | ||
+ | 86400 ; Negative Cache TTL | ||
+ | ); | ||
+ | |||
+ | ; define the name server | ||
+ | IN NS ns1.sharewiz.net.· | ||
+ | ns1 | ||
+ | |||
+ | ; define the range of this domain | ||
+ | IN PTR | ||
+ | IN A | ||
+ | |||
+ | ; define the hostnames | ||
+ | 1 | ||
+ | 1 | ||
+ | 2 | ||
+ | 2 | ||
+ | 2 | ||
+ | 2 | ||
+ | 2 | ||
+ | 2 | ||
+ | 10 IN PTR | ||
+ | 15 IN PTR | ||
+ | 69 IN PTR | ||
+ | 70 IN PTR | ||
+ | 80 IN PTR | ||
+ | 90 IN PTR | ||
+ | 99 IN PTR | ||
+ | 100 | ||
+ | |||
+ | ; define drdizzy.com | ||
+ | IN PTR | ||
+ | IN PTR | ||
+ | |||
+ | ; define magicalentertainmentandsound.com | ||
+ | IN PTR | ||
+ | IN PTR | ||
+ | </ | ||
+ | |||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== Internals - db.sharewiz.net ===== | ||
+ | |||
+ | <file bind / | ||
+ | ; sharewiz.net | ||
+ | $TTL 86400 | ||
+ | @ | ||
+ | | ||
+ | 3600 ; Refresh | ||
+ | 1800 ; Retry | ||
+ | 2419200 ; Expire | ||
+ | 86400 ; Negative Cache TTL | ||
+ | ); | ||
+ | |||
+ | ; define the name server | ||
+ | IN NS ns1.sharewiz.net. | ||
+ | |||
+ | ; define the name server IP address | ||
+ | IN A | ||
+ | |||
+ | ; define the mail exchanger | ||
+ | IN MX 10 mail.sharewiz.net. | ||
+ | mail IN A | ||
+ | |||
+ | ; define the hostnames | ||
+ | gateway | ||
+ | router | ||
+ | ns1 | ||
+ | ftp | ||
+ | server1 | ||
+ | webmail | ||
+ | wiki IN A | ||
+ | www | ||
+ | ;www | ||
+ | * | ||
+ | @ | ||
+ | nas | ||
+ | switch | ||
+ | shield | ||
+ | peter | ||
+ | virginia | ||
+ | felix | ||
+ | felix2 | ||
+ | printer | ||
+ | extender | ||
+ | |||
+ | ; define the SPF | ||
+ | sharewiz.net. | ||
+ | ; | ||
+ | |||
+ | ; define the DMARC | ||
+ | ; | ||
+ | _dmarc.sharewiz.net. IN TXT " | ||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== Externals - 35.134.42.5.db ===== | ||
<file bind / | <file bind / | ||
Line 324: | Line 547: | ||
$TTL 86400 | $TTL 86400 | ||
@ | @ | ||
- | 2016061001 | + | 2016101801 |
3600 ; Refresh | 3600 ; Refresh | ||
1800 ; Retry | 1800 ; Retry | ||
Line 335: | Line 558: | ||
; IN NS ns1.server1.net. | ; IN NS ns1.server1.net. | ||
IN NS ns1.sharewiz.net. | IN NS ns1.sharewiz.net. | ||
+ | ns1 | ||
; IN NS ns1.drdizzy.com. | ; IN NS ns1.drdizzy.com. | ||
Line 343: | Line 567: | ||
; define the hostnames | ; define the hostnames | ||
IN PTR | IN PTR | ||
+ | IN PTR | ||
IN PTR | IN PTR | ||
IN PTR | IN PTR | ||
Line 349: | Line 574: | ||
IN PTR | IN PTR | ||
IN PTR | IN PTR | ||
+ | |||
+ | ; define drdizzy.com | ||
+ | IN PTR | ||
+ | IN PTR | ||
+ | |||
+ | ; define magicalentertainmentandsound.com | ||
+ | IN PTR | ||
+ | IN PTR | ||
</ | </ | ||
---- | ---- | ||
+ | |||
+ | ===== Externals - db.sharewiz.net ===== | ||
<file bash / | <file bash / | ||
Line 357: | Line 592: | ||
$TTL 86400 | $TTL 86400 | ||
@ | @ | ||
- | 2016061001 | + | 2016101605 |
3600 ; Refresh | 3600 ; Refresh | ||
1800 ; Retry | 1800 ; Retry | ||
Line 366: | Line 601: | ||
; define the name server | ; define the name server | ||
IN NS ns1.sharewiz.net. | IN NS ns1.sharewiz.net. | ||
- | ; IN NS slv2.1and1.co.uk. | + | ;»IN»·NS»·slv2.1and1.co.uk. |
; define the name server IP address | ; define the name server IP address | ||
Line 378: | Line 613: | ||
ns1 | ns1 | ||
ftp | ftp | ||
+ | router | ||
server1 IN A | server1 IN A | ||
webmail IN A | webmail IN A | ||
www | www | ||
- | * IN A 5.42.134.35 | + | ;www |
+ | *» IN»· | ||
; define the SPF | ; define the SPF | ||
- | sharewiz.net. | + | sharewiz.net.»IN»·TXT»" |
- | ; | + | ; |
; define the SenderID | ; define the SenderID | ||
; | ; | ||
+ | |||
+ | ; define the DMARC | ||
+ | ; | ||
+ | _dmarc.sharewiz.net. IN TXT " | ||
</ | </ | ||
ubuntu/bind/setup_bind9.1589218279.txt.gz · Last modified: 2020/07/15 09:30 (external edit)