have a WG tunnel to home lan, Mudis clients use this as expected
but not the router itself which i find a bit suprising.
Tried tailscale, there Mudi itself seem to use the tunnel but have
(re)connection problems which makes me prefer WG.
have a WG tunnel to home lan, Mudis clients use this as expected
but not the router itself which i find a bit suprising.
Tried tailscale, there Mudi itself seem to use the tunnel but have
(re)connection problems which makes me prefer WG.
Hi
Yes, by default, the router’s own traffic is not routed through the WireGuard VPN client.
Could you please clarify why you need this?
If it is for running certain scripts or commands, you may try:
sudo -g explicit_vpn {command_or_script}
git and some scripts need to run over wireguard.
this solved it: sudo -g wgclient1 "$@"
thanks