Skip to content

Commit

Permalink
Disable source IP check because it causes problems (see minetest/mine…
Browse files Browse the repository at this point in the history
  • Loading branch information
sfan5 committed Jul 12, 2014
1 parent 546a2be commit 757e186
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions server.py
Expand Up @@ -303,9 +303,10 @@ def asyncFinishThread(server):
found = True
break
if not found:
app.logger.warning("Invalid IP %s for address %s (address valid for %s)."
% (server["ip"], server["address"], addresses))
return
#app.logger.warning("Invalid IP %s for address %s (address valid for %s)."
# % (server["ip"], server["address"], addresses))
#return
pass
else:
server["address"] = server["ip"]

Expand Down

0 comments on commit 757e186

Please sign in to comment.