X-Git-Url: https://git.ralfj.de/zonemaker.git/blobdiff_plain/75353227531611c4eb6fdd12ee95a1e8eb1e96f5..9aefb642e2410ed4d11f2ca94efd34f0c9e78f8b:/db.example.com.py diff --git a/db.example.com.py b/db.example.com.py index dc34985..daf5327 100644 --- a/db.example.com.py +++ b/db.example.com.py @@ -27,7 +27,7 @@ __zone__ = Zone('example.com.', serialfile = 'db.example.com.srl', secondary_refresh = 6*hour, secondary_retry = 1*hour, secondary_expire = 7*day, # Here come the actual domains. Each takes records as argument, either individually or as lists. domains = { - '.': Name(one, mail), # this will all all records from the list "one" and the list "mail" to this name + '@': Name(one, mail, HTTPS('0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef')), # this will all all records from the list "one" and the list "mail" to this name 'ns': Name(one), 'ipv4.ns': Name(one4), # just a single record 'ipv6.ns': Name(one6),