-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnamed.conf.local
More file actions
26 lines (23 loc) · 984 Bytes
/
Copy pathnamed.conf.local
File metadata and controls
26 lines (23 loc) · 984 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
//
// Do any local configuration here
//
zone "DOMAIN.com" {
type master;
file "/etc/bind/zones/db.DOMAIN.com";
allow-update { none; };
allow-query { clientes; };
allow-transfer { none; };
};
zone "0.168.192.in-addr.arpa" {
type master;
file "/etc/bind/zones/db.192.168.0";
allow-update { none; };
allow-query { clientes; };
allow-transfer { none; };
};
// ── Zonas RPZ de Hagezi VER REPO ─────────────────────────────────
zone "rpz.pro" { type master; file "/etc/bind/rpz/pro.rpz"; allow-query { none; }; };
zone "rpz.tif" { type master; file "/etc/bind/rpz/tif.rpz"; allow-query { none; }; };
zone "rpz.dyndns" { type master; file "/etc/bind/rpz/dyndns.rpz"; allow-query { none; }; };
zone "rpz.hoster" { type master; file "/etc/bind/rpz/hoster.rpz"; allow-query { none; }; };
zone "rpz.whitelist" { type master; file "/etc/bind/rpz/whitelist.rpz"; allow-query { none; }; };