summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2013-08-11 15:46:59 -0400
committerAdam <Adam@anope.org>2013-08-11 15:48:46 -0400
commit812cb04fde10414ba1b13c88bde78f86e6701a5d (patch)
treefc96432c599f118f42642126bd88eaabac41e1d0 /data
parent1314d5b4f159a5a4964bf192b9e062b823ccdf62 (diff)
Add DNS Notify support
Diffstat (limited to 'data')
-rw-r--r--data/modules.example.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/data/modules.example.conf b/data/modules.example.conf
index aaf7048b2..030a01258 100644
--- a/data/modules.example.conf
+++ b/data/modules.example.conf
@@ -66,6 +66,14 @@ module { name = "help" }
* if you want your records to be updated without much delay.
*/
refresh = 3600
+
+ /* A notify block. There should probably be one per nameserver listed in 'nameservers'.
+ */
+ notify
+ {
+ ip = "192.0.2.0"
+ port = 53
+ }
}
/*