diff options
author | stfn <stfnmd@gmail.com> | 2012-09-20 07:55:58 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2012-09-20 07:55:58 +0200 |
commit | 0fb3378fc1ef1ab7af0207dcb6a66801001b958d (patch) | |
tree | cc0eaefa883068e64f253550f43f9ceb5661557a /doc/de/autogen/user | |
parent | 1dc99c1dc2a95ccd117c444e08940889dcaf5778 (diff) | |
download | weechat-0fb3378fc1ef1ab7af0207dcb6a66801001b958d.zip |
core: fix IPv6 example in /proxy command
Diffstat (limited to 'doc/de/autogen/user')
-rw-r--r-- | doc/de/autogen/user/weechat_commands.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/de/autogen/user/weechat_commands.txt b/doc/de/autogen/user/weechat_commands.txt index 47369299e..3565cd120 100644 --- a/doc/de/autogen/user/weechat_commands.txt +++ b/doc/de/autogen/user/weechat_commands.txt @@ -491,7 +491,7 @@ Beispiele: erstellt einen HTTP-Proxy, der auf einem lokalen Host läuft und den Port 8888 nutzt: /proxy add local http 127.0.0.1 8888 erstellt einen HTTP-Proxy der das IPv6 Protokoll nutzt: - /proxy add local http 127.0.0.1 8888 + /proxy add local http ::1 8888 /proxy set local ipv6 on erstellt einen socks5-Proxy, mit Username und Passwort: /proxy add myproxy socks5 sample.host.org 3128 myuser mypass |