mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-08-06 21:28:27 +02:00
6.0
This commit is contained in:
24
src/enums/bypass-servers.ts
Normal file → Executable file
24
src/enums/bypass-servers.ts
Normal file → Executable file
@@ -1,17 +1,17 @@
|
||||
import { t } from "@/utils/translation"
|
||||
|
||||
export const BypassServers = {
|
||||
'br': t('brazil'),
|
||||
'jp': t('japan'),
|
||||
'kr': t('korea'),
|
||||
'pl': t('poland'),
|
||||
'us': t('united-states'),
|
||||
}
|
||||
br: t('brazil'),
|
||||
jp: t('japan'),
|
||||
kr: t('korea'),
|
||||
pl: t('poland'),
|
||||
us: t('united-states'),
|
||||
} as const;
|
||||
|
||||
export const BypassServerIps: Record<keyof typeof BypassServers, string> = {
|
||||
'br': '169.150.198.66',
|
||||
'kr': '121.125.60.151',
|
||||
'jp': '138.199.21.239',
|
||||
'pl': '45.134.212.66',
|
||||
'us': '143.244.47.65',
|
||||
}
|
||||
br: '169.150.198.66',
|
||||
kr: '121.125.60.151',
|
||||
jp: '138.199.21.239',
|
||||
pl: '45.134.212.66',
|
||||
us: '143.244.47.65',
|
||||
} as const;
|
||||
|
Reference in New Issue
Block a user