-
-
Notifications
You must be signed in to change notification settings - Fork 43
Support CLI arguments, exclude routes, DNS and MTU for Windows #27
Comments
|
excluding routes is already implemented in my module |
Setting DNS is just applicable for Windows. So I won't add this feature. Setting MTU is fine. However, I DO not think it is necessary. I think adding an option to run I have read your method about excluding routes. I doubt that adding these route entries may conflict with original ones. |
何必纠结LwIP?tun2socks其实最难受的还是需要手动安装一次虚拟网卡,好像叫tap-windows。相比之下还是本项目的作者更为简单直接,一套cmd直接带走。 |
Hi, I'm working on a similar project fork (https://github.com/eycorsican/go-tun2socks). I implemented some features I missed, but the upstream project is based on LwIP stack, which I don't like.
I'd happy to switch to your project, but it doesn't support features listed below:
I prepared a package to support this stuff: https://github.com/kayrus/tuncfg
Let me know if you want to embed it into your project
The text was updated successfully, but these errors were encountered: