Clarify default behavior for listen_on

This commit is contained in:
Kovid Goyal 2020-04-22 19:48:27 +05:30
parent 204e17dd4f
commit 7141ebfafc
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -112,7 +112,7 @@ raw_options = (
_('The interface on which to listen for connections'),
'listen_on', '0.0.0.0',
_('The default is to listen on all available interfaces. You can change this to, for'
_('The default is to listen on all available IPv4 interfaces. You can change this to, for'
' example, "127.0.0.1" to only listen for connections from the local machine, or'
' to "::" to listen to all incoming IPv6 and IPv4 connections.'),