extremecoders-re / go-dispatch-proxy

SOCKS5/Transparent load balancing proxy developed in Go, combines multiple internet connections
MIT License
278 stars 45 forks source link

can we have set it as network adaptor? #30

Open jacob755 opened 1 year ago

jacob755 commented 1 year ago

hello can we set it in virtual network adaptor interface so get one unique local ip? now with @ we define how many connection use for each interface and when we visit site its see our ip change i dont want it happen can we do something?

extremecoders-re commented 1 year ago

Yes you can create virtual network adapters (like tun/tap on linux) and bind to that interface instead.

jacob755 commented 1 year ago

maybe like this!? i searched github and found these i am unable to set it its not easy.help appreciated or even maybe add them to app thanks edit: and i am on 32bit windows https://github.com/xjasonlyu/tun2socks https://github.com/FlowerWrong/tun2socks https://github.com/eycorsican/go-tun2socks https://github.com/dosgo/goSocksTap