I noticed under the WAN page, you have DoT enabled (under DNS Privacy Protocol). Do you have this on while using unbound too?
There's a few things you can try for testing purposes...you can always go back to your previous setup.
1st disabled DoT while using unbound. Also, under LAN page, under the DNS Filter tab, make sure you choose 'router' (under Global Filter Mode) and apply.
Inside VPN, changed the Accept DNS Configuration to "Disabled" & change the VPN renegotiation time to "0".
The way I have my router & VPN traffic setup are by these 2 rules:
Code:
Description Source IP Destination Iface
Main router: 192.168.1.1 blank WAN
All VPN traffic: 192.1681.0/24 blank VPN
However, I also use x3mRouting script option 3 rule that for all my streaming traffic (i.e. Prime/Netflix/HBO/DisneyPlus etc...) it's bypass and not go thru the VPN tunnel. This works better for me since the wife just wants to watch these streaming apps without seeing the "you're using a VPN message" when trying to stream something thru one of these apps.
Start the swinson script (vc1.sh) and make sure you have all the commands inside the init-start and inside the route-up/route-down inside x3mRouting folder.
Also, dont forget to ensure you have these 2 commands:
Code:
sh /jffs/scripts/x3mRouting/x3mRouting.sh ALL 1 WIP-vpn dnsmasq=whatismyipaddress.com
sh /jffs/scripts/x3mRouting/x3mRouting.sh 1 0 WIP-real dnsmasq=whatsmyipaddress.com
Run a ipleak.net and dnsleaktest.com test and you should see the VPN IP on both IP and DNS.