FelisCatus / switchysharp

Automatically exported from code.google.com/p/switchysharp
GNU General Public License v3.0
140 stars 50 forks source link

linux下无法使用ipv6代理 #978

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
!! 请勿清空此模板,除非你不希望问题被解决。

*提示* :请确认你正在使用最新版的 SwitchySharp 插件。
你可以在扩展管理页面的“开发人员模式”中点击
“立即更新扩展”按钮来更新。
----------

你遇到了什么问题?(比如,本来应该是怎样的结果,但
实际又是怎样的结果?):
在linux(arch x64, ubuntu x64)下无法使用ipv6代理
有一台代理机器在有ipv4和ipv6地址,在windows下ipv4和ipv6代理均
可正常使用,但在linux下只能使用ipv4代理,使用ipv6地址时显�
��Unable to connect to the proxy server。

如何重现此问题?(怎样做可以发现这个问题?):
1.安装ubuntu 14.04 x64版本
2.安装chromium 35.0.1916.153
3.使用ipv6做代理,只配置ipv6地址和端口号(选中Use the same 
proxy server for all protocols),其余均不做配置

你正在使用什么操作系统和 Chrome/Chromium 的什么版本?
(你可以复制 chrome://version/ 页面的前几行。)
chromium 35.0.1916.153

建议附上你的设置备份文件(.bak)以便分析问题:
* 设置备份文件可在“导入/导出”选项卡使用
“生成备份文件”按钮导出。
* 请使用下面的上传附件功能,将自动下载的备份文件
(.bak)和你的报告一起提交。

感谢你的支持。
开发人员可能会对此错误的细节进行进一步的询问,或说
明问题已经修复,请及时查收 *邮件* 以获取最新消息。

Original issue reported on code.google.com by qq169312...@gmail.com on 2 Jul 2014 at 1:07

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
PS:如果使用域名来解析AAAA记录的话则可以连接,直接使用ipv6
地址的话则在无法连接。
目前有个不是办法的解决办法,就是把ipv6地址加入到hosts里��
�去。
这个问题貌似是linux不识别[::]格式的ipv6地址引起的,但在配�
��switchysharp的ipv6代理的时候不加[]的则switchysharp不识别ipv6地��
�

Original comment by qq169312...@gmail.com on 2 Jul 2014 at 1:41

GoogleCodeExporter commented 9 years ago
请查看一下 chrome://net-internals/#proxy 
显示的内容,并将内容复制到这里。

Original comment by shyc2...@gmail.com on 2 Jul 2014 at 2:36

GoogleCodeExporter commented 9 years ago
显示的是:
Proxy server: [[ipv6 address]]:port
Bypass list: 
  localhost
  127.0.0.1
  <local>
ipv6地址多了一对括号
但在switchysharp配置ipv6地址的时候如果不加[]的话同样也是不��
�

Original comment by qq169312...@gmail.com on 2 Jul 2014 at 3:37

GoogleCodeExporter commented 9 years ago
我知道了……估计 Chrome 那边又改了……

Original comment by shyc2...@gmail.com on 2 Jul 2014 at 2:13

GoogleCodeExporter commented 9 years ago
2.x 版本已经支持此功能。

谷歌应用商店安装: http://goo.gl/5kbmZp

如果上面的打不开可以直接去Github下载: 
https://github.com/FelisCatus/SwitchyOmega/releases

Original comment by shyc2...@gmail.com on 15 Dec 2014 at 2:08