dsvpn
dsvpn copied to clipboard
A Dead Simple VPN.
On RPI4b/aarch64/gcc version 11.2. and either with or without -DNO_DEFAULT_ROUTES, I encountered the following error. However, if I added the flag -O2, no such error was seen. ``` src/vpn.c: At...
Host A linux for dsvpn client Host B linux for dsvpn server Host A client Host B server My computer A client How can I ssh to Host A when...
For those who want to avoid routing, build with ``` export CFLAGS=-DNO_DEFAULT_ROUTES=YES make ```