go-gost / gost

GO Simple Tunnel - a simple tunnel written in golang
https://gost.run
MIT License
4.39k stars 528 forks source link

多网卡多IP服务器 如何实现根据入口IP自动获取对应的网卡出? #341

Open luoye25285 opened 1 year ago

luoye25285 commented 1 year ago

https://gost.run/tutorials/multi-homed/ 文档里有指定 interface 但是只能指定一个 当我只开启一个端口,如何根据入口IP所绑定的interface自动设置,实现入口IP和出口IP的一致?

ZhiShengYuan commented 11 months ago

你可以参考 Linux 源进源出 的文章进行实现。

chuncui0207 commented 3 months ago

同问+1