Closed changchichung closed 3 years ago
It automatically configures the system so that all the network traffic goes through the VPN. I don't use wireguard, but this is exactly what dsvpn
was written for :)
You can compile it with NO_DEFAULT_ROUTES
defined in order to have it not configure anything:
env CC="-DNO_DEFAULT_ROUTES" make
You can compile it with NO_DEFAULT_ROUTES defined in order to have it not configure anything
will do , thanks !
DSVPN was indeed a very convenient tool for establish VPN tunnel but there was a slight problem confuse me a lot. when the VPN tunnel was built, it seemed to affect the original routing of the system.
as you can see , the routing was not the same with/without DSVPN tunnel.
Is it possible to consider adding a parameter to create a new route according to the parameter setting when DSVPN is started, without affecting the original routing table , just like wireguard do ?