We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8691da6 commit 30c56a9Copy full SHA for 30c56a9
nikola/plugins/command/auto/auto.py
@@ -74,7 +74,7 @@ class CommandAuto(Command):
74
'short': 'a',
75
'long': 'address',
76
'type': str,
77
- 'default': '',
+ 'default': '0.0.0.0',
78
'help': 'Address to bind (default: 0.0.0.0 – all local IPv4 interfaces)',
79
},
80
{
0 commit comments