summaryrefslogtreecommitdiff
path: root/src/plugins/relay
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2023-06-15 22:04:16 +0200
committerSébastien Helleu <flashcode@flashtux.org>2023-06-15 22:04:16 +0200
commit2d25cac44a84a50bcb6fc7fd2206e70d843f9f93 (patch)
treeefbbfca67b3b34f55787b4690d74f5ba7ac97691 /src/plugins/relay
parent09b512337a4c0354642bbd2ac944b8f968b0997b (diff)
downloadweechat-2d25cac44a84a50bcb6fc7fd2206e70d843f9f93.zip
relay: add IPv6 example in /help relay.network.bind_address
Diffstat (limited to 'src/plugins/relay')
-rw-r--r--src/plugins/relay/relay-config.c2
1 files changed, 1 insertions, 1 deletions
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,