all repos — dns @ c3fc8eb83dc495dd2679598e6b17ea016484708a

DNS records for my domains, managed via dnscontrol

remove HTTPS/SVCB IP autohints where not possible

Alin
commit

c3fc8eb83dc495dd2679598e6b17ea016484708a

parent

c09aadbef194715ac47c81d11d3e2677f3b4d202

1 file changed, 1 insertion(+), 8 deletions(-)

changed files
M dnsconfig.jsdnsconfig.js
@@ -56,9 +56,6 @@ if (rec === ALIAS) {
records.push( HTTPS.bind(null, name, 1, flyApp, https({ alpn: ['h2'], - ipv4hint: ['auto'], - ipv6hint: ['auto'], - })).apply(null, modifiers), ) }
@@ -111,8 +108,6 @@ HTTPS(
'@', 10, 'homestead-homestead488.danubedata.run.', https({ alpn: ['h2'], - ipv4hint: ['auto'], - ipv6hint: ['auto'], }), TTL('1h') ), // acmeDelegate('@', '019dbafc-1535-723a-a7f4-1767cc565d5f._acme.danubedata.run.'),
@@ -165,8 +160,6 @@ HTTPS(
'@', 10, 'homestead-homestead488.danubedata.run.', https({ alpn: ['h2'], - ipv4hint: ["auto"], - ipv6hint: ['auto'], }), TTL('1h') ), acmeDelegate('@', 'alin.ovh.019dd3dc._acme.danubedata.run.'),
@@ -239,7 +232,7 @@ soa,
ns_records, ALIAS('@', 'hasel.hosts.alin.ovh.'), - HTTPS('@', 1, 'hasel.hosts.alin.ovh.', 'alpn=h3,h2 ipv4hint=auto ipv6hint=auto'), + HTTPS('@', 1, 'hasel.hosts.alin.ovh.', 'alpn=h3,h2'), CNAME('stats', 'hasel.hosts.alin.ovh.'), CNAME('stable', 'hasel.hosts.alin.ovh.'),