Add Korea IP

This commit is contained in:
redphx
2024-08-09 06:53:03 +07:00
parent 683709f980
commit 8c904897b8
2 changed files with 4 additions and 1 deletions

View File

@@ -3,12 +3,14 @@ import { t } from "@/utils/translation"
export const BypassServers = {
'br': t('brazil'),
'jp': t('japan'),
'kr': t('korea'),
'pl': t('poland'),
'us': t('united-states'),
}
export const BypassServerIps = {
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',