Skip to content

Commit

Permalink
#462 change domain name
Browse files Browse the repository at this point in the history
  • Loading branch information
sumneko committed Mar 27, 2021
1 parent 98b12ef commit a3d4e6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/service/telemetry.lua
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ timer.wait(5, function ()
if not config.config.telemetry.enable then
return
end
local suc, link = pcall(net.connect, 'tcp', 'moe-loli.love', 11577)
local suc, link = pcall(net.connect, 'tcp', 'moe-moe.love', 11577)
if not suc then
suc, link = pcall(net.connect, 'tcp', '119.45.194.183', 11577)
end
Expand Down

0 comments on commit a3d4e6c

Please sign in to comment.