Skip to content
This repository has been archived by the owner on Dec 14, 2022. It is now read-only.

Commit

Permalink
Listen to 127.0.0.1 by default
Browse files Browse the repository at this point in the history
  • Loading branch information
TJM committed Apr 17, 2012
1 parent a9bcd3e commit 8a6ff2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clouddns-gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -380,4 +380,4 @@ def setAccount():
if __name__ == "__main__":
# Only for running this app via python directly. This is ignored if you
# run it through mod_wsgi.
app.run(host='0.0.0.0')
app.run(host='127.0.0.1')

0 comments on commit 8a6ff2c

Please sign in to comment.