mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-08-11 09:13:57 -04:00
Clarify default behavior for listen_on
This commit is contained in:
parent
204e17dd4f
commit
7141ebfafc
@ -112,7 +112,7 @@ raw_options = (
|
|||||||
|
|
||||||
_('The interface on which to listen for connections'),
|
_('The interface on which to listen for connections'),
|
||||||
'listen_on', '0.0.0.0',
|
'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'
|
' 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.'),
|
' to "::" to listen to all incoming IPv6 and IPv4 connections.'),
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user