• sfPlayer1's avatar
    Add IPv6 glue records as well · 0e893626
    sfPlayer1 authored
    The dns_update script didn't generate IPv6 (AAAA) glue records for the name servers.
    
    This caused http://dnscheck.pingdom.com to complain about a mismatch between the glue records reported by the parent name server and mailinabox nsd.
    
    Here's the failing dnscheck output for reference:
    > Checking glue for ns1.my.domain.tld (1.2.3.4).
    > Child glue for bgwe.eu found: ns1.my.domain.tld (1.2.3.4)
    > Checking glue for ns1.my.domain.tld (1234::1).
    > Missing glue at child: ns1.my.domain.tld
    > Checking glue for ns2.my.domain.tld (1.2.3.4).
    > Child glue for bgwe.eu found: ns2.my.domain.tld (1.2.3.4)
    > Checking glue for ns2.my.domain.tld (1234::1).
    > Missing glue at child: ns2.my.domain.tld
    
    I'm not very familiar with Python and DNS, please verify ;)
    0e893626
Name
Last commit
Last update
..
templates Loading commit data...
auth.py Loading commit data...
backup.py Loading commit data...
buy_certificate.py Loading commit data...
daemon.py Loading commit data...
dns_update.py Loading commit data...
mailconfig.py Loading commit data...
utils.py Loading commit data...
web_update.py Loading commit data...
whats_next.py Loading commit data...