summaryrefslogtreecommitdiff
path: root/doc/ja/autogen/user
diff options
context:
space:
mode:
authorstfn <stfnmd@gmail.com>2012-09-20 07:55:58 +0200
committerSebastien Helleu <flashcode@flashtux.org>2012-09-20 07:55:58 +0200
commit0fb3378fc1ef1ab7af0207dcb6a66801001b958d (patch)
treecc0eaefa883068e64f253550f43f9ceb5661557a /doc/ja/autogen/user
parent1dc99c1dc2a95ccd117c444e08940889dcaf5778 (diff)
downloadweechat-0fb3378fc1ef1ab7af0207dcb6a66801001b958d.zip
core: fix IPv6 example in /proxy command
Diffstat (limited to 'doc/ja/autogen/user')
-rw-r--r--doc/ja/autogen/user/weechat_commands.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ja/autogen/user/weechat_commands.txt b/doc/ja/autogen/user/weechat_commands.txt
index e4ff90264..9baeb777d 100644
--- a/doc/ja/autogen/user/weechat_commands.txt
+++ b/doc/ja/autogen/user/weechat_commands.txt
@@ -491,7 +491,7 @@ password: パスワード (任意)
ローカルホストの 8888 番ポートで動いている http プロキシを作成:
/proxy add local http 127.0.0.1 8888
IPv6 プロトコルを使う http プロキシを作成:
- /proxy add local http 127.0.0.1 8888
+ /proxy add local http ::1 8888
/proxy set local ipv6 on
ユーザ名とパスワードが必要な socks5 プロキシを作成:
/proxy add myproxy socks5 sample.host.org 3128 myuser mypass