mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-06-07 08:07:18 +02:00
Add Korea IP
This commit is contained in:
parent
683709f980
commit
8c904897b8
@ -3,12 +3,14 @@ import { t } from "@/utils/translation"
|
|||||||
export const BypassServers = {
|
export const BypassServers = {
|
||||||
'br': t('brazil'),
|
'br': t('brazil'),
|
||||||
'jp': t('japan'),
|
'jp': t('japan'),
|
||||||
|
'kr': t('korea'),
|
||||||
'pl': t('poland'),
|
'pl': t('poland'),
|
||||||
'us': t('united-states'),
|
'us': t('united-states'),
|
||||||
}
|
}
|
||||||
|
|
||||||
export const BypassServerIps = {
|
export const BypassServerIps: Record<keyof typeof BypassServers, string> = {
|
||||||
'br': '169.150.198.66',
|
'br': '169.150.198.66',
|
||||||
|
'kr': '121.125.60.151',
|
||||||
'jp': '138.199.21.239',
|
'jp': '138.199.21.239',
|
||||||
'pl': '45.134.212.66',
|
'pl': '45.134.212.66',
|
||||||
'us': '143.244.47.65',
|
'us': '143.244.47.65',
|
||||||
|
@ -129,6 +129,7 @@ const Texts = {
|
|||||||
"install-android": "Better xCloud app for Android",
|
"install-android": "Better xCloud app for Android",
|
||||||
"japan": "Japan",
|
"japan": "Japan",
|
||||||
"keyboard-shortcuts": "Keyboard shortcuts",
|
"keyboard-shortcuts": "Keyboard shortcuts",
|
||||||
|
"korea": "Korea",
|
||||||
"language": "Language",
|
"language": "Language",
|
||||||
"large": "Large",
|
"large": "Large",
|
||||||
"layout": "Layout",
|
"layout": "Layout",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user