Skip to content

Commit

Permalink
change gateway ip
Browse files Browse the repository at this point in the history
  • Loading branch information
BuckarooBanzay committed Jan 13, 2021
1 parent f70861c commit 7f3c8cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion get_player_ip.lua
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ minetest.get_player_ip = function(name)
return
end

if ip == "172.20.0.1" then
if ip == "192.168.80.1" then
-- proxied ip, ignore
-- TODO: this is not a constant
return
Expand Down

0 comments on commit 7f3c8cf

Please sign in to comment.