Skip to content

Commit

Permalink
bind to localhost by default
Browse files Browse the repository at this point in the history
  • Loading branch information
ralsina committed May 31, 2015
1 parent e57de69 commit 0fed61b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nikola/plugins/command/auto/__init__.py
Expand Up @@ -85,8 +85,8 @@ class CommandAuto(Command):
'short': 'a',
'long': 'address',
'type': str,
'default': '0.0.0.0',
'help': 'Address to bind (default: 0.0.0.0all local IPv4 interfaces)',
'default': '127.0.0.1',
'help': 'Address to bind (default: 127.0.0.1localhost)',
},
{
'name': 'browser',
Expand Down

0 comments on commit 0fed61b

Please sign in to comment.