diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2023-06-15 22:04:16 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2023-06-15 22:04:16 +0200 |
commit | 2d25cac44a84a50bcb6fc7fd2206e70d843f9f93 (patch) | |
tree | efbbfca67b3b34f55787b4690d74f5ba7ac97691 /src/plugins/relay | |
parent | 09b512337a4c0354642bbd2ac944b8f968b0997b (diff) | |
download | weechat-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.c | 2 |
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, |