Skip to content

Commit 7ca05ec

Browse files
committed
傻逼腾讯云
1 parent 0c84fa7 commit 7ca05ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/service/telemetry.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ timer.wait(5, function ()
9999
end
100100
local suc, link = pcall(net.connect, 'tcp', 'moe-moe.love', 11577)
101101
if not suc then
102-
suc, link = pcall(net.connect, 'tcp', '119.45.194.183', 11577)
102+
suc, link = pcall(net.connect, 'tcp', '154.23.191.94', 11577)
103103
end
104104
if not suc or not link then
105105
return

0 commit comments

Comments
 (0)