You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
using netsh to set static ip requires privilege elevation, but this can be avoid by using dhcp.
this helps those one who doesn't want to modify route tables.
and i think putting the list outside the config file maybe more graceful.
this can archive a hot reload without making the tap adapter down.
this idea relies your future work.
btw, whether you can improve this or not, it's the best transparent proxy program i have seen.(for windows)
thanks for your working!
using netsh to set static ip requires privilege elevation, but this can be avoid by using dhcp.
this helps those one who doesn't want to modify route tables.
See:
https://github.com/yinghuocho/gotun2socks/blob/master/tun/tun_windows.go#L161
The text was updated successfully, but these errors were encountered: