Firmware v4.8 supports this feature; it's in beta testing.
on brume2 when wireguard enable. How to add on policy that the router itself don't use wireguard connection on the script hosted on router?. My rclone script to backup some of my files on my attached drive using the wireguard connection regardless of policy. I want to use the default connection which is the ISP.
For firmware 4.7, running command with nonevpn group will bypass VPN. eg.
sudo -g nonevpn curl ip.gs
my wan IP is dynamic. Will it work?
Yes, it works
1 Like
not working.
my rclone script hosted on router itself still using the wireguard connection.
edit:
for future reference script must be run.
sudo -g nonevpn yourscript.sh
thanks to @hansome for the solution.