dsnet icon indicating copy to clipboard operation
dsnet copied to clipboard

automatic adding of routes when additional networks are specified

Open naggie opened this issue 5 years ago • 0 comments

Currently adding extra routes via Networks is a manual step, unlike the automatically routed allocated IP. Adding (and removing) routes should be performed automatically on sync.

Note that wireguard is already told that a peer has a network via dsnetconfg - it then tells the kernel in turn. Routes must be manually added, for instance

sudo ip route add 10.182.0.0/16 dev dsnet

naggie avatar Sep 20 '20 15:09 naggie