mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-08-06 05:08:26 +02:00
14 lines
265 B
TypeScript
14 lines
265 B
TypeScript
export const BypassServers = {
|
|
'br': 'Brazil',
|
|
'jp': 'Japan',
|
|
'pl': 'Poland',
|
|
'us': 'United States',
|
|
}
|
|
|
|
export const BypassServerIps = {
|
|
'br': '169.150.198.66',
|
|
'jp': '138.199.21.239',
|
|
'pl': '45.134.212.66',
|
|
'us': '143.244.47.65',
|
|
}
|