aboutsummaryrefslogtreecommitdiffstats
path: root/configs/dnsmgr.conf.sample
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-04-06 21:13:51 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-04-06 21:13:51 +0000
commite0c1878b7030f1020384db26a246c62248fd412b (patch)
tree668b3af14ead0c0b06ce88094b04e90eb4a7edfd /configs/dnsmgr.conf.sample
parent382175ba279d995ad1a723621682ad1a7711c424 (diff)
preliminary "managed DNS lookup" support
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5432 f38db490-d61c-443f-a65b-d21fe96a405b
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