Update Real IP / DNS Mapping

This commit is contained in:
SukkaW
2026-03-17 16:20:30 +08:00
parent 937e21139d
commit baa08e25e4
4 changed files with 11 additions and 18 deletions

View File

@@ -52,7 +52,8 @@ const HOSTNAMES = [
'127.*.*.*.nip.io',
'127-*-*-*.nip.io',
'*.127.*.*.*.nip.io',
'*-127-*-*-*.nip.io'
'*-127-*-*-*.nip.io',
'127.atlas.skk.moe'
];
export const buildAlwaysRealIPModule = task(require.main === module, __filename)(async (span) => {