updated default proxy IP to use new floating IP of my serve

This commit is contained in:
Paul Liverman III 2018-03-26 01:04:47 -07:00
parent 2789379c1d
commit d4e20dec8a
2 changed files with 2 additions and 2 deletions

View File

@ -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")

View File

@ -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