From 4130dca343fa47be90c2c8defd6a359d32abc609 Mon Sep 17 00:00:00 2001 From: Ruben d'Arco Date: Fri, 10 May 2013 18:01:16 +0200 Subject: [PATCH] Add pdns.conf for testing --- rfc2136/pdns.conf | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 rfc2136/pdns.conf diff --git a/rfc2136/pdns.conf b/rfc2136/pdns.conf new file mode 100644 index 0000000000..9a2e360292 --- /dev/null +++ b/rfc2136/pdns.conf @@ -0,0 +1,12 @@ +launch=gmysql +gmysql-user=root +gmysql-dbname=pdnstest +gmysql-host=localhost +gmysql-password= +gmysql-dnssec +socket-dir=. +local-port=5300 +daemon=no +no-shuffle +experimental-rfc2136=yes +loglevel=9 -- 2.47.3