diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2012-10-16 19:14:26 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2012-10-16 19:14:26 +0200 |
commit | 82a8acf9ce1f74b67286843e9c257fdcd65e4d76 (patch) | |
tree | e6648bd5923257b91787ad7b9eaa4ba92da04fc2 /doc/de/autogen/user/relay_options.txt | |
parent | 452229cf32a0fa67effc108a7c650dd9ad150731 (diff) | |
download | weechat-82a8acf9ce1f74b67286843e9c257fdcd65e4d76.zip |
relay: add support of IPv6, new option relay.network.ipv6, add support of "ipv4." and/or "ipv6." before protocol name, to force IPv4/IPv6 (task #12270)
Diffstat (limited to 'doc/de/autogen/user/relay_options.txt')
-rw-r--r-- | doc/de/autogen/user/relay_options.txt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/de/autogen/user/relay_options.txt b/doc/de/autogen/user/relay_options.txt index 08347155e..0666e9eee 100644 --- a/doc/de/autogen/user/relay_options.txt +++ b/doc/de/autogen/user/relay_options.txt @@ -54,7 +54,7 @@ ** Werte: 0 .. 65535 (Standardwert: `256`) * [[option_relay.network.allowed_ips]] *relay.network.allowed_ips* -** Beschreibung: `regulärer Ausdruck für IP Adressen die auf das Relay zugreifen dürfen (zwischen Groß- und Kleinschreibung nicht dabei nicht unterschieden. Um zwischen Groß-und Kleinschreibung zu unterscheiden muss am Wortanfang "(?-i)" genutzt werden) , Beispiel: "^(123.45.67.89|192.160.*)$"` +** Beschreibung: `regular expression with IPs allowed to use relay (case insensitive, use "(?-i)" at beginning to make it case sensitive); if IPv6 is enabled and that connection is made using IPv4, it will be IPv4-mapped IPv6 address (like: "::ffff:127.0.0.1"), example: "^((::ffff:)?123.45.67.89|192.160.*)$"` ** Typ: Zeichenkette ** Werte: beliebige Zeichenkette (Standardwert: `""`) @@ -68,6 +68,11 @@ ** Typ: integer ** Werte: 0 .. 9 (Standardwert: `6`) +* [[option_relay.network.ipv6]] *relay.network.ipv6* +** Beschreibung: `listen on IPv6 socket by default (in addition to IPv4 which is default); protocols IPv4 and IPv6 can be forced (individually or together) in the protocol name (see /help relay)` +** Typ: boolesch +** Werte: on, off (Standardwert: `on`) + * [[option_relay.network.max_clients]] *relay.network.max_clients* ** Beschreibung: `maximale Anzahl an Clients die mit einem Port verbunden sein dürfen` ** Typ: integer |