From 7141ebfafc8998984c0800de25b1c53e9d54882a Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 22 Apr 2020 19:48:27 +0530 Subject: [PATCH] Clarify default behavior for listen_on --- src/calibre/srv/opts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/srv/opts.py b/src/calibre/srv/opts.py index 6445144dea..9dfb15ff57 100644 --- a/src/calibre/srv/opts.py +++ b/src/calibre/srv/opts.py @@ -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.'),