searchix: don't use Bunny CDN (RFC 2616 violators) Bunny doesn't respect the Vary header. Worse, it removes it. RFC 2616 isn't some small thing, it _is_ HTTP 1.1.
1 file changed, 3 insertions(+), 5 deletions(-)
changed files
M dnsconfig.js → dnsconfig.js
@@ -361,11 +361,9 @@ }), soa, nameservers, - ALIAS('@', 'searchix.b-cdn.net.', TTL('1h')), - HTTPS('@', 1, 'searchix.b-cdn.net.', 'alpn=h2', TTL('1h')), - HTTPS('@', 10, 'smrk.alin.ovh.', 'alpn=h3,h2', TTL('1h')), + ALIAS('@', 'smrk.alin.ovh.'), + HTTPS('@', 1, '.', 'alpn=h3,h2'), - // CNAME('stable', 'smrk.alin.ovh.', TTL('1h')), - CNAME('stable', 'searchix-stable.b-cdn.net.', TTL('1h')), + CNAME('stable', 'smrk.alin.ovh.'), CNAME('status', 'cname.status.phare.io.') )