summaryrefslogtreecommitdiff
path: root/configs/dnsmgr.conf.sample
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2005-04-06 21:13:51 +0000
committerKevin P. Fleming <kpfleming@digium.com>2005-04-06 21:13:51 +0000
commit110560781a412298d198846b93a7b814ea8c2a25 (patch)
tree668b3af14ead0c0b06ce88094b04e90eb4a7edfd /configs/dnsmgr.conf.sample
parentd254db31c8c7f55b29412f6bf8483d101db01778 (diff)
preliminary "managed DNS lookup" support
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5432 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configs/dnsmgr.conf.sample')
-rwxr-xr-xconfigs/dnsmgr.conf.sample5
1 files changed, 5 insertions, 0 deletions
diff --git a/configs/dnsmgr.conf.sample b/configs/dnsmgr.conf.sample
new file mode 100755
index 000000000..e34dbcf0a
--- /dev/null
+++ b/configs/dnsmgr.conf.sample
@@ -0,0 +1,5 @@
+[general]
+;enable=yes ; enable creation of managed DNS lookups
+ ; default is 'no'
+;refreshinterval=1200 ; refresh managed DNS lookups every <n> seconds
+ ; default is 300 (5 minutes) \ No newline at end of file