debian/: Refactor combining (nfc)
[userv-utils] / dyndns / dyndns-domains
1 # Syntax is list of directives.
2 # include <filename> Read <filename> at this point
3 # eof
4 # Settings directives, apply to succeeding subdomain lines.
5 # zone <zone> This is for stuff in <zone>
6 # rrs <rrtype> ... Allow addition/removal of (only) these RR types
7 # ratelimit <min-seconds> <avg-seconds> <memory-seconds>
8 # Limit rate of changes. Up to one per <avg-seconds>
9 # will always be allowed, and never updates more than
10 # <min-seconds> apart. <avg-seconds> is compared
11 # with events in roughly last <memory-seconds>
12 # ttlrange <minttl> <maxttl>
13 # Actual directive:
14 # subdomain <subdomain> <groupname>
15
16 ratelimit 30 300 3600
17 zone dynamic.greenend.org.uk
18 ttlrange 30 86400
19
20 rrs A
21 subdomain anjou rich-avn
22 subdomain badgers sion-net
23 subdomain bellevue theom
24 subdomain burrow vcla-brw
25 subdomain confusion matt-cnf
26 subdomain dorothee jdamery
27 subdomain ecstacy dunc-xtc
28 subdomain firestorm davi-mul
29 subdomain gallery jayl-dns
30 subdomain nosreme ceme-gal
31 subdomain heresy cjwa-vpn
32 subdomain lemoncurd bjha-dd
33 subdomain lilac dame-lil
34 subdomain nijinsky jmatthew
35 subdomain relativity ijackson
36 subdomain riva cjwatson
37 subdomain sinister Mgend
38 subdomain slappy chri-cat
39 subdomain stardust sgtatham
40 subdomain thistles rcooksey
41 subdomain titus owen-dns
42 subdomain milton stev-pub
43
44 rrs A CNAME
45 subdomain gin dh219
46 subdomain aibs dh219
47
48 rrs A MX CNAME
49 subdomain test ijackson
50
51 eof