remove HTTPS/SVCB IP autohints where not possible
1 file changed, 1 insertion(+), 8 deletions(-)
changed files
M dnsconfig.js → dnsconfig.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.'),