# Here come the actual domains. Each takes records as argument, either individually or as lists.
domains = {
# 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
'sub1': Delegation('ns.example.org.'), # this adds an NS record
'sub2': SecureDelegation('ns.example.com.', 12345, Algorithm.RSA_SHA256, Digest.SHA256, '0123456789ABCDEF0123456789ABCDEF0123456789ABCDEF0123456789ABCDEF'), # this adds an NS and a DS record
#
'sub1': Delegation('ns.example.org.'), # this adds an NS record
'sub2': SecureDelegation('ns.example.com.', 12345, Algorithm.RSA_SHA256, Digest.SHA256, '0123456789ABCDEF0123456789ABCDEF0123456789ABCDEF0123456789ABCDEF'), # this adds an NS and a DS record