Projet

Général

Profil

spcl.options.patch

Guillaume PITARD, 20/06/2011 11:00

Télécharger (522 octets)

Voir les différences:

modif/spcl.options 2011-06-20 10:48:01.000000000 +0200
20 20
listen-on {intra;};
21 21
allow-notify {none;};
22
allow-recursion {localnets;};
22
allow-recursion {allnets;};
23 23
allow-transfer {none;};
24
allow-query {localnets;};
24
allow-query {allnets;};
25 25
};
26
acl "allnets" {
27
	localnets;
28
%for %%indirectnet in %%route_adresse
29
	%%indirectnet/%%calc_classe(%%indirectnet.route_netmask);
30
%end for
31
};
32

  
26 33
acl "intra" {
27 34
	127.0.0.1;
28 35
	%%adresse_ip_eth1;