-
Notifications
You must be signed in to change notification settings - Fork 124
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
请问如何连接到本地socks服务 #20
Comments
看一下设置里的接口设置对不对。以及 Shadowsocks 为什么不用内置的? |
因为我用到了v2ray-plugin插件,似乎要用到这个插件,只能使用json配置文件,不过我使用json配置(上面有贴出来),也无法使用,网络接口设置我看了应该是没有问题。 |
请帮忙看一下我配置的 .json 文件有没有哪里配置错误,非常感谢。 |
可以先从这个最小的 conf 配置开始排查,看看能不能连接本地的 SOCKS5 服务。 [General]
loglevel = error
tun-fd = 233
dns-server = 223.5.5.5, 114.114.114.114
[Proxy]
Direct = direct
Reject = reject
# Shadowsocks
Sock_local_1080 = socks, 127.0.0.1, 1080
[Rule]
IP-CIDR, 224.0.0.0/8, Direct
IP-CIDR, 239.0.0.0/8, Direct
DOMAIN, my.proxy.server.domain, Direct
FINAL, Sock_local_1080 |
使用这个最小配置,也无法使用。看起来像是和socks的连接受阻。 |
本地试了一下,这个配置可以连 Clash,但是连不了 shadowsocks-windows。原因是 Leaf 用的 SOCKS5 支持库发的请求比较离谱,碰巧 shadowsocks-windows 的 SOCKS5 服务也没有处理恰当。 以下是具体细节: 已经给 shadowsocks-windows 提 issue 了: shadowsocks/shadowsocks-windows#3237 |
我使用$$-windows作为本地socks服务器。【Windows的通用应用的loopback限制已使用Enable AppContainer Loopback解除】。
maple版本:0.5.0/0.4.0
在maple中,配置.conf文件,配置如下:
也使用过json,但是似乎也无法使用。.json配置文件如下:
The text was updated successfully, but these errors were encountered: