ubuntu:bind:configure_bind9:my_configuration
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
ubuntu:bind:configure_bind9:my_configuration [2020/12/09 13:59] – peter | ubuntu:bind:configure_bind9:my_configuration [2020/12/09 19:32] (current) – [ad-blacklist] peter | ||
---|---|---|---|
Line 19: | Line 19: | ||
// include "/ | // include "/ | ||
</ | </ | ||
+ | |||
+ | <WRAP info> | ||
+ | **NOTE: | ||
+ | |||
+ | Without this, errors are seen when trying to start bind. | ||
+ | |||
+ | <code bash> | ||
+ | named[2211]: | ||
+ | named[2211]: | ||
+ | named[2211]: | ||
+ | </ | ||
+ | |||
+ | </ | ||
---- | ---- | ||
Line 179: | Line 192: | ||
}; | }; | ||
</ | </ | ||
+ | |||
+ | <WRAP info> | ||
+ | **NOTE: | ||
+ | </ | ||
Line 226: | Line 243: | ||
// OpenDNS | // OpenDNS | ||
- | 208.67.222.222; | + | |
- | 208.67.220.220; | + | |
+ | |||
+ | // PI-Hole. | ||
+ | 192.168.1.26; | ||
+ | 192.168.1.25; | ||
}; | }; | ||
Line 262: | Line 283: | ||
// 193.218.105.144/ | // 193.218.105.144/ | ||
// 193.24.212.232/ | // 193.24.212.232/ | ||
- | | + | // |
+ | // 192.168.1.26; | ||
+ | // 192.168.1.25; | ||
}; | }; | ||
Line 303: | Line 326: | ||
type master; | type master; | ||
file "/ | file "/ | ||
+ | allow-transfer { slaves; }; | ||
allow-update { none; }; | allow-update { none; }; | ||
}; | }; | ||
Line 309: | Line 333: | ||
type master; | type master; | ||
file "/ | file "/ | ||
+ | allow-transfer { slaves; }; | ||
allow-update { none; }; | allow-update { none; }; | ||
}; | }; | ||
Line 315: | Line 340: | ||
type master; | type master; | ||
file "/ | file "/ | ||
+ | allow-transfer { slaves; }; | ||
allow-update { none; }; | allow-update { none; }; | ||
}; | }; | ||
Line 322: | Line 348: | ||
type master; | type master; | ||
file "/ | file "/ | ||
+ | allow-transfer { slaves; }; | ||
allow-update { none; }; | allow-update { none; }; | ||
}; | }; | ||
Line 359: | Line 386: | ||
type master; | type master; | ||
file "/ | file "/ | ||
+ | allow-transfer { slaves; }; | ||
allow-update { none; }; | allow-update { none; }; | ||
}; | }; | ||
Line 406: | Line 434: | ||
... | ... | ||
</ | </ | ||
+ | |||
+ | <WRAP info> | ||
+ | **NOTE: | ||
+ | |||
+ | If a refreshed file is downloaded, the default file is points to may be **" | ||
+ | |||
+ | To change this to point to the **/ | ||
+ | : | ||
+ | </ | ||
+ | |||
+ | </ | ||
+ | |||
---- | ---- |
ubuntu/bind/configure_bind9/my_configuration.1607522344.txt.gz · Last modified: 2020/12/09 13:59 by peter