Update servers

This commit is contained in:
redphx
2024-07-15 09:13:23 +07:00
parent 55a56837c8
commit d41fd22a47
4 changed files with 47 additions and 8 deletions

View File

@@ -0,0 +1,13 @@
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',
}