Skip to content

Commit d481b62

Browse files
authored
Update client-linux.py
1 parent 806b60b commit d481b62

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

clients/client-linux.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111

1212
PASSWORD = "USER_DEFAULT_PASSWORD"
1313
PORT = 35601
14-
CU = "cu.tz.cloudcpp.com"
15-
CT = "ct.tz.cloudcpp.com"
16-
CM = "cm.tz.cloudcpp.com"
14+
CU = "210.22.97.1"
15+
CT = "202.96.209.133"
16+
CM = "221.179.155.161"
1717
PROBEPORT = 80
1818
PROBE_PROTOCOL_PREFER = "ipv4" # ipv4, ipv6
1919
PING_PACKET_HISTORY_LEN = 100

0 commit comments

Comments
 (0)