Skip to content

Commit

Permalink
Revert 757e186 "Disable source IP check because it causes problems"
Browse files Browse the repository at this point in the history
  • Loading branch information
sfan5 committed Sep 19, 2014
1 parent 7fff17b commit 9df5013
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions server.py
Expand Up @@ -236,10 +236,9 @@ 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
pass
app.logger.warning("Invalid IP %s for address %s (address valid for %s)."
% (server["ip"], server["address"], addresses))
return
else:
server["address"] = server["ip"]

Expand Down

0 comments on commit 9df5013

Please sign in to comment.