Open luksus42 opened 2 years ago
Hi The problem with adding 0.0.0.0/0 is that you need to either fwmark or add another rule for the endpoint itself; if you don't have a rule for the endpoint itself, you end up with a routing loop
if you don't have a rule for the endpoint itself, you end up with a routing loop
Yes, I already encountered gigabytes of traffic within seconds. ;-)
So should we implement an option for "route all traffic through wg" and use namespaces?
I am preparing a change on the daemon to significantly improve on most of the issues, on routing:
Hi, I did not manage to route all my traffic through the wireguard interface... I did some research and found an explanation in the debian manpage, how this should work, https://manpages.debian.org/unstable/wireguard-tools/wg-quick.8.en.html:
wg setconf
command, but that does not seem to happen.