Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- acl "red_interna" {
- 192.168.0.0/24;
- 10.0.0.0/8;
- localhost;
- };
- options {
- directory "/var/cache/bind";
- allow-query { red_interna; }; // Se permite a la red interna hacer consultas
- forward only; // Solo se usarĂ¡n los servidores indicados en forwarders
- forwarders {
- 8.8.8.8;
- 1.1.1.1;
- };
- dnssec-validation auto;
- listen-on { 192.168.0.180; 127.0.1.1; };
- };
Advertisement
Add Comment
Please, Sign In to add comment