Soff

Results 17 issues of Soff

https://drive.google.com/file/d/1iPpn1oM6gD8avBmDogR9sNq9fySeJujK/view?usp=sharing 需要的自取

支持监听在某个网卡,因为某些网卡的 ip 是变动的,例如 ```gost -L tun0:3128``` 支持通过指定网卡作为出口,`squid, dante` 之类的代理支持的,例如 ```gost -F https://user:pass@host:port?if=tun0```

**fast_forward 支持指定出口网卡** fast_forward 目前支持指定 socks5 代理出去,希望可以进一步支持指定 interface,走 wireguard 等 tun/tap 设备出去。 例如: ``` tag: "" type: "fast_forward" args: upstream: - addr: "https://dns.google/dns-query" interface: "wg0" ```

xtls-rprx-direct 目前也支持 fullcone,可以变成通杀协议了,而往往在实际使用中,很多人都直接用的极简的配置文件,比如 ``` { "log": { "loglevel": "warning" }, "inbounds": [ { "port": 1234, "protocol": "vless", "settings": { "clients": [ { "id": "uuid", "flow": "xtls-rprx-direct", "level": 0, } ],...

enhancement

``` glider -checkconfig -config /usr/local/etc/glider.conf ``` to check config

enhancement

用法: `gost -L :8080 -F "direct://:0?interface=wg0"` 目的: 直接访问 wireguard 等 tap/tun 设备 glider 已实现,可以参考 https://github.com/nadoo/glider/blob/master/proxy/direct.go `glider -listen :8443 -forward direct://#interface=eth0`

undefined reference to `pthread_create'

error: ‘printf’ was not declared in this scope

[man resolv.conf](http://linux.die.net/man/5/resolv.conf) ``` The search list is normally determined from the local domain name; by default, it contains only the local domain name. This may be changed by listing the...

现在用的 [shadowsocks/shadowsocks-go](https://github.com/shadowsocks/shadowsocks-go) 和 [shadowsocks/go-shadowsocks2](https://github.com/shadowsocks/go-shadowsocks2) 都好久没更新了,都不支持 Shadowsocks 2022 Edition 可以看看 [SagerNet/sing-shadowsocks](https://github.com/SagerNet/sing-shadowsocks)

PR-Welcomed