Use IPv6 address for content server default value

This commit is contained in:
YOKOTA Hiroshi 2022-10-22 14:48:49 +09:00
parent 7595c722ed
commit d4b52a0098

View File

@ -110,8 +110,8 @@ raw_options = (
' there are more than this number of items. Set to zero to disable.'), ' there are more than this number of items. Set to zero to disable.'),
_('The interface on which to listen for connections'), _('The interface on which to listen for connections'),
'listen_on', '0.0.0.0', 'listen_on', '::',
_('The default is to listen on all available IPv4 interfaces. You can change this to, for' _('The default is to listen on all available IPv6 and 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.'),