imgk / shadow

A rule-based transparent proxy for Windows, Linux, macOS
GNU General Public License v3.0
198 stars 43 forks source link

Since version 0.4.8, shadowsocks cannot be connected. #43

Closed BeOB closed 2 years ago

BeOB commented 3 years ago

Up to golang.zx2c4.com/wireguard/windows 0.4.7 it worked normally.

After that, shadowsocks will not connect.

Today's version(0.4.11) doesn't work either.

wintun tab driver is not created.


{ "server": {"protocol": "shadowsocks", "url": "shadowsocks://aes-256-gcm:pass@server_ip:port"}, "name_server": ["tls://8.8.8.8:853"], "tun": {"tun_name": "tun1","tun_addr": ["10.0.0.1/30"]}, "ip_cidr_rules": {"proxy": ["0.0.0.0/1","128.0.0.0/1"]}, "app_rules": {"proxy": []}, "domain_rules": {"proxy": [],"direct": [],"blocked": []} }

imgk commented 3 years ago

I have no time to fix this issue now. So, I revert golang.zx2c4.com/wireguard/windows back to `0.4.7' as a temporary solution.