move jellyfin to home
1 file changed, 25 insertions(+), 5 deletions(-)
changed files
M dnsconfig.js → dnsconfig.js
@@ -67,6 +67,9 @@ if (rec === ALIAS) { records.push( HTTPS.bind(null, name, 1, flyApp, https({ alpn: ['h2'], + ipv4hint: ['auto'], + ipv6hint: ['auto'], + })).apply(null, modifiers), ) }@@ -145,7 +148,14 @@ issuevmc: ['none'] }), fly('@', [TTL('1h')]), - HTTPS('@', 10, 'homestead-homestead488.danubedata.run.', https({ alpn: ['h2'], }), TTL('1h')), + HTTPS( + '@', 10, 'homestead-homestead488.danubedata.run.', + https({ + alpn: ['h2'], + ipv4hint: ['auto'], + ipv6hint: ['auto'], + }), TTL('1h') + ), // acmeDelegate('@', '019dbafc-1535-723a-a7f4-1767cc565d5f._acme.danubedata.run.'), fly('www'),@@ -192,7 +202,14 @@ issuevmc: ['none'] }), fly('@', [TTL('1h')]), - HTTPS('@', 10, 'homestead-homestead488.danubedata.run.', https({ alpn: ['h2'], }), TTL('1h')), + HTTPS( + '@', 10, 'homestead-homestead488.danubedata.run.', + https({ + alpn: ['h2'], + ipv4hint: ["auto"], + ipv6hint: ['auto'], + }), TTL('1h') + ), acmeDelegate('@', 'alin.ovh.019dd3dc._acme.danubedata.run.'), fly('www'),@@ -209,7 +226,6 @@ 'git', 'go', 'id', 'iam', - 'jf', 'notify', 'pdns', 'redis',@@ -218,6 +234,9 @@ 'stats', '*.stats', ], 'smrk'), + bulkCNAME([ + 'jf' + ], 'home'), IGNORE('home', 'A,AAAA'), IGNORE('_acme-challenge', 'TXT'), IGNORE('_acme-challenge.**', 'TXT'),@@ -228,7 +247,7 @@ ], 'smrk'), A('smrk', '37.205.15.148'), AAAA('smrk', '2a03:3b40:fe:7f7::1'), - HTTPS('smrk', 1, '.', 'alpn=h3,h2'), + HTTPS('smrk', 1, '.', 'alpn=h3,h2 ipv4hint=auto ipv6hint=auto'), SSHFP('smrk', 1, 1, '901839aaf5005948346da47a27f37363f4ddb864'), SSHFP('smrk', 1, 2, 'ef5f7b3cdf0343d63b3c339a4b81095bcaa26be769dc1e06c84c8098277d58ab'), SSHFP('smrk', 4, 1, '20f81f713c0969b5955987fc518f84afd1a3558a'),@@ -276,7 +295,8 @@ nameservers, fly('@', [TTL('1h')]), - HTTPS('@', 10, 'smrk.alin.ovh.', 'alpn=h3,h2', TTL('1h')), + HTTPS('@', 10, 'smrk.alin.ovh.', 'alpn=h3,h2 ipv4hint=auto ipv6hint=auto', TTL('1h')), + // HTTPS('@', 10, 'smrk.alin.ovh.', 'alpn=h3,h2', TTL('1h')), CNAME('stats', 'smrk.alin.ovh.'), fly('stable', [TTL('1h')]),