diff options
author | Adam <Adam@anope.org> | 2013-08-11 15:46:59 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2013-08-11 15:48:46 -0400 |
commit | 812cb04fde10414ba1b13c88bde78f86e6701a5d (patch) | |
tree | fc96432c599f118f42642126bd88eaabac41e1d0 /data | |
parent | 1314d5b4f159a5a4964bf192b9e062b823ccdf62 (diff) |
Add DNS Notify support
Diffstat (limited to 'data')
-rw-r--r-- | data/modules.example.conf | 8 |
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 + } } /* |