From 2d25cac44a84a50bcb6fc7fd2206e70d843f9f93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Thu, 15 Jun 2023 22:04:16 +0200 Subject: relay: add IPv6 example in /help relay.network.bind_address --- src/plugins/relay/relay-config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/relay') diff --git a/src/plugins/relay/relay-config.c b/src/plugins/relay/relay-config.c index fb5240957..f90953a30 100644 --- a/src/plugins/relay/relay-config.c +++ b/src/plugins/relay/relay-config.c @@ -1170,7 +1170,7 @@ relay_config_init () "bind_address", "string", N_("address for bind (if empty, connection is possible on all " "interfaces, use \"127.0.0.1\" to allow connections from " - "local machine only)"), + "local machine only with IPv4 and \"::ffff:127.0.0.1\" with IPv6)"), NULL, 0, 0, "", NULL, 0, NULL, NULL, NULL, &relay_config_change_network_bind_address_cb, NULL, NULL, -- cgit v1.2.3