aboutsummaryrefslogtreecommitdiff
path: root/tests/bind.int.conf
blob: faba3293dfd842daff8fabf2698b010356caf2c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Sample Bind configuration include file (2) for Grecs testsuite.

zone "int" {
    type master;
    file "int.p";
    allow-update {
        upd-dyn-vpn;
    };
    allow-query {
        internal-hosts;
    };
    allow-transfer {
        10.11.0.1;
        10.10.0.4;
        127.0.0.1;
    };
};

Return to:

Send suggestions and report system problems to the System administrator.