From 0fb3378fc1ef1ab7af0207dcb6a66801001b958d Mon Sep 17 00:00:00 2001 From: stfn Date: Thu, 20 Sep 2012 07:55:58 +0200 Subject: core: fix IPv6 example in /proxy command --- doc/it/autogen/user/weechat_commands.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/it/autogen') diff --git a/doc/it/autogen/user/weechat_commands.txt b/doc/it/autogen/user/weechat_commands.txt index 3b68ff77a..6db9ede59 100644 --- a/doc/it/autogen/user/weechat_commands.txt +++ b/doc/it/autogen/user/weechat_commands.txt @@ -491,7 +491,7 @@ Esempi: crea un proxy http, in esecuzione sull'host locale, porta 8888: /proxy add local http 127.0.0.1 8888 crea un proxy http usando il protocollo IPv6: - /proxy add local http 127.0.0.1 8888 + /proxy add local http ::1 8888 /proxy set local ipv6 on crea un proxy socks5 con nomeutente/password: /proxy add myproxy socks5 sample.host.org 3128 myuser mypass -- cgit v1.2.3