Skip to content

Commit f038650

Browse files
committed
#462 change domain name
1 parent 5145369 commit f038650

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: script/service/telemetry.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ timer.wait(5, function ()
6767
if not config.config.telemetry.enable then
6868
return
6969
end
70-
local suc, link = pcall(net.connect, 'tcp', 'moe-loli.love', 11577)
70+
local suc, link = pcall(net.connect, 'tcp', 'moe-moe.love', 11577)
7171
if not suc then
7272
suc, link = pcall(net.connect, 'tcp', '119.45.194.183', 11577)
7373
end

0 commit comments

Comments
 (0)