-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add ipv6 support #27
base: master
Are you sure you want to change the base?
add ipv6 support #27
Conversation
如果 dnsResolveEx 没定义的话,JavaScript 的默认行为不是抛个异常吗?是否需要把 dnsResolveEx 放进一个 try catch 块里? |
不知道啊,我也不懂 JavaScript |
纠正下: |
另外在这里提醒一下: |
代码看起来没啥问题,我现在主要考虑的问题是这个项目我自己已经快三年没有使用了(我现在主要用 Clash),所以并不想继续维护了,而 merge 进来意味着还要处理后续的 issue 和 PR。 @wits-fe 考虑换个方案如何?我更新一下 README 链接到你 fork 的仓库,建议有 IPv6 需求的用户去看你的仓库。 |
好的。 Clash对于有分流需求确实是个好的方案 |
若浏览器不支持 dnsResolveEx 方法
会自动回退到使用 dnsResolve 方法
IE11,Win10系统代理,Chrome 测试通过