Changeset 26


Ignore:
Timestamp:
02/21/06 23:27:39 (7 years ago)
Author:
anarcat
Message:

[project @ alternc: changeset 2003-04-03 18:49:57 by jonathan]
Modification du template de named.conf pour la correction du bug #77
(probleme avec les templates de bind).

Original author: jonathan
Date: 2003-04-03 18:49:57

File:
1 edited

Legend:

Unmodified
Added
Removed
  • install/scripts/etc/bind/named.conf

    r24 r26  
    22acl "internal" { 
    33        { 
    4         %%bind_internal%%; 
     4        %%bind_internal%% 
    55        127.0.0.1; 
    66        192.134.4.1; // astrid1.nic.fr, nécessaire pour ZoneCheck 
     
    1212acl "allslaves" { 
    1313        { 
    14         %%bind_slaves%%; 
     14        %%bind_slaves%% 
    1515        127.0.0.1;     // myself, just to be sure 
    1616        192.134.4.1; // astrid1.nic.fr, nécessaire pour ZoneCheck 
Note: See TracChangeset for help on using the changeset viewer.