1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-04 08:43:13 +02:00

relay: add IPv6 example in /help relay.network.bind_address

This commit is contained in:
Sébastien Helleu
2023-06-15 22:04:16 +02:00
parent 09b512337a
commit 2d25cac44a
15 changed files with 87 additions and 39 deletions
+1 -1
View File
@@ -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,