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 @@
+# 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;
+ };
+}; \ No newline at end of file

Return to:

Send suggestions and report system problems to the System administrator.