aboutsummaryrefslogtreecommitdiff
path: root/dns/gdnsd
diff options
context:
space:
mode:
authorFelippe de Meirelles Motta <lippe@FreeBSD.org>2013-09-03 22:16:46 +0000
committerFelippe de Meirelles Motta <lippe@FreeBSD.org>2013-09-03 22:16:46 +0000
commit896e3ff5e718f9cdd6e129ce5c48c368eeafe36c (patch)
tree31d4858c5d64aaf71d245ffe6c1b0685f6f58c45 /dns/gdnsd
parent38ccb74402d5e33c37ce355e5e6cf402c3d44772 (diff)
downloadports-896e3ff5e718f9cdd6e129ce5c48c368eeafe36c.tar.gz
ports-896e3ff5e718f9cdd6e129ce5c48c368eeafe36c.zip
Notes
Diffstat (limited to 'dns/gdnsd')
-rw-r--r--dns/gdnsd/files/patch-docs-config.example19
1 files changed, 0 insertions, 19 deletions
diff --git a/dns/gdnsd/files/patch-docs-config.example b/dns/gdnsd/files/patch-docs-config.example
deleted file mode 100644
index 0c9761e36167..000000000000
--- a/dns/gdnsd/files/patch-docs-config.example
+++ /dev/null
@@ -1,19 +0,0 @@
---- config.example.orig 2012-05-06 20:26:34.000000000 +0000
-+++ docs/config.example 2012-05-25 20:13:28.000000000 +0000
-@@ -1,4 +1,14 @@
--
- # For more information on configuration, see "man gdnsd.config"
--options => { zones_default_ttl = 43200 }
-+
-+options => {
-+ username = gdnsd
-+ zones_default_ttl = 3600
-+ http_port = 13506
-+ tcp_clients_per_socket = 256
-+ tcp_timeout = 8
-+ max_http_clients = 32
-+ priority = 0
-+ listen = 127.0.0.1
-+ http_listen = 127.0.0.1
-+}
- zones => { example.com => { default_ttl = 86400 } }