aboutsummaryrefslogtreecommitdiff
path: root/tests/bind.int.conf
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bind.int.conf')
-rw-r--r--tests/bind.int.conf17
1 files changed, 17 insertions, 0 deletions
diff --git a/tests/bind.int.conf b/tests/bind.int.conf
new file mode 100644
index 0000000..faba329
--- /dev/null
+++ b/tests/bind.int.conf
@@ -0,0 +1,17 @@
1# Sample Bind configuration include file (2) for Grecs testsuite.
2
3zone "int" {
4 type master;
5 file "int.p";
6 allow-update {
7 upd-dyn-vpn;
8 };
9 allow-query {
10 internal-hosts;
11 };
12 allow-transfer {
13 10.11.0.1;
14 10.10.0.4;
15 127.0.0.1;
16 };
17}; \ No newline at end of file

Return to:

Send suggestions and report system problems to the System administrator.