Skip to content

Commit

Permalink
updated default proxy IP to use new floating IP of my serve
Browse files Browse the repository at this point in the history
  • Loading branch information
TangentFoxy committed Mar 26, 2018
1 parent 2789379 commit d4e20de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion check.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
2 changes: 1 addition & 1 deletion check.moon
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d4e20de

Please sign in to comment.