f4nff
f4nff
``` [log] level = "off" output = "/var/log/realm.log" [network] no_tcp = false use_udp = false [[endpoints]] listen = "[::]:443" remote = "[2605:e440:5::1:215]:1443" [[endpoints]] listen = "[::]:80" remote = "[2605:e440:5::1:215]:2082" ```...
类似 https://github.com/games647/GopherProxyChecker 但是这个有bug~
服务端: `go-shadowsocks2 -s "ss://AEAD_AES_128_GCM:high@:2555"` 客户端: outline, 操作系统windows 10 cpu:i5-4790 操作,连接一个内网,然后手机连接内网的ss, 然后点开头条刷那种几分钟的小视频,cpu 都可以暴增到20%以上, 然,使用shadowrocks-rust的ss服务端,同样的测试条件, cpu不会超过3% 差别太大了, 这个项目这么久了,这样的问题都没人注意到吗?
 client: ``` services: - name: service-0 addr: ":53309" handler: type: rtcp listener: type: rtcp chain: chain-0 forwarder: nodes: - name: target-0 addr: 192.168.22.197:3389 chains: - name: chain-0 hops: -...
``` D:\test\download>downloader.exe -u "http://dl-c.iccgame.com/Pcik/pk15-client_20220608.zip" -o pk15-client_20220608.zip -n 10 downloading... 44% [=====================> ] (10.014 MB/s) [45s:58s]^C D:\test\download>downloader.exe -u "http://dl-c.iccgame.com/Pcik/pk15-client_20220608.zip" -o pk15-client_20220608.zip -n 15 downloading... 100% [==================================================] (15.072 MB/s) ``` 第一次打开占用内存很小, 半截中断,重新接着下载,占用内存很高.
能够添加tun模式
### Proposal 希望把tun模式整合进去, 这样丢到openwrt里面就很安逸了. [https://github.com/xjasonlyu/tun2socks](https://github.com/xjasonlyu/tun2socks) ### Use Cases _No response_ ### Potential Benefits iptables 逐渐被淘汰了. ### Scope _No response_ ### Reference https://github.com/apernet/hysteria/tree/hy1 hysteria的1版本整合进去了, 但是hysteria bug有点多,放弃了. ### Implementation _No response_
After my test, socks5 is not supported?
我只看到了准入控制: https://gost.run/concepts/admission/ 有没有准出控制? v2版本有个权限控制: https://v2.gost.run/permission/ `gost -L=socks://localhost:8389?whitelist=udp:8.8.8.8:53` 比如这种,开启监听服务之后,对方链接成功,只允许通过代理连接指定地址.