Changeset 152


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

[project @ alternc: changeset 2003-09-05 11:04:09 by guillaume]
update pour avoir un bon zonecheck correct

Original author: guillaume
Date: 2003-09-05 11:04:09

File:
1 edited

Legend:

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

    r26 r152  
    44        %%bind_internal%% 
    55        127.0.0.1; 
    6         192.134.4.1; // astrid1.nic.fr, nécessaire pour ZoneCheck 
    7         192.134.4.2; // astrid2.nic.fr 
    8         192.134.4.21; // beta.nic.fr, toujours pour ZoneCheck 
     6        192.134.4.0/24; // nic.fr, nécessaire pour ZoneCheck 
    97        }; 
    108}; 
     
    1412        %%bind_slaves%% 
    1513        127.0.0.1;     // myself, just to be sure 
    16         192.134.4.1; // astrid1.nic.fr, nécessaire pour ZoneCheck 
    17         192.134.4.2; // itou avec astrid2 
    18         192.134.4.21; // beta.nic.fr, toujours pour ZoneCheck 
     14        192.134.4.0/24; // nic.fr, nécessaire pour ZoneCheck 
    1915        }; 
    2016}; 
Note: See TracChangeset for help on using the changeset viewer.