mirror of
https://github.com/TangentFoxy/itchy.git
synced 2024-11-14 10:14:22 +00:00
updated default proxy IP to use new floating IP of my serve
This commit is contained in:
parent
2789379c1d
commit
d4e20dec8a
@ -65,7 +65,7 @@ local start
|
||||
start = function()
|
||||
local data = receive:demand()
|
||||
if not (data.proxy or data.url) then
|
||||
data.proxy = "http://104.236.139.220:16343"
|
||||
data.proxy = "http://45.55.113.149:16343"
|
||||
end
|
||||
if not (data.channel) then
|
||||
require("love.system")
|
||||
|
@ -48,7 +48,7 @@ check = (data) ->
|
||||
start = ->
|
||||
-- data should be a table of information
|
||||
data = receive\demand!
|
||||
data.proxy = "http://104.236.139.220:16343" unless data.proxy or data.url
|
||||
data.proxy = "http://45.55.113.149:16343" unless data.proxy or data.url
|
||||
|
||||
-- channel can be autodetected if not specified
|
||||
unless data.channel
|
||||
|
Loading…
Reference in New Issue
Block a user