chiark / gitweb /
@@ -1,8 +1,9 @@
[userv-utils.git] / dyndns / dyndns-domains
diff --git a/dyndns/dyndns-domains b/dyndns/dyndns-domains
new file mode 100644 (file)
index 0000000..e7b0b35
--- /dev/null
@@ -0,0 +1,51 @@
+# Syntax is list of directives.
+#  include <filename> Read <filename> at this point
+#  eof
+# Settings directives, apply to succeeding subdomain lines.
+#  zone <zone>        This is for stuff in <zone>
+#  rrs <rrtype> ...   Allow addition/removal of (only) these RR types
+#  ratelimit <min-seconds> <avg-seconds> <memory-seconds>
+#    Limit rate of changes.  Up to one per <avg-seconds>
+#    will always be allowed, and never updates more than
+#    <min-seconds> apart.  <avg-seconds> is compared
+#    with events in roughly last <memory-seconds>
+#  ttlrange <minttl> <maxttl>
+# Actual directive:
+#  subdomain <subdomain> <groupname>
+
+ratelimit 30 300 3600
+zone dynamic.greenend.org.uk
+ttlrange 30 86400
+
+rrs A
+subdomain      anjou           rich-avn
+subdomain      badgers         sion-net
+subdomain      bellevue        theom
+subdomain      burrow          vcla-brw
+subdomain      confusion       matt-cnf
+subdomain      dorothee        jdamery
+subdomain      ecstacy         dunc-xtc
+subdomain      firestorm       davi-mul
+subdomain      gallery         jayl-dns
+subdomain      nosreme         ceme-gal
+subdomain      heresy          cjwa-vpn
+subdomain      lemoncurd       bjha-dd
+subdomain      lilac           dame-lil
+subdomain      nijinsky        jmatthew
+subdomain      relativity      ijackson
+subdomain      riva            cjwatson
+subdomain      sinister        Mgend
+subdomain      slappy          chri-cat
+subdomain      stardust        sgtatham
+subdomain      thistles        rcooksey
+subdomain      titus           owen-dns
+subdomain      milton          stev-pub
+
+rrs A CNAME
+subdomain      gin             dh219
+subdomain      aibs            dh219
+
+rrs A MX CNAME
+subdomain test ijackson
+
+eof