@Swinson, I'm back at this again. I thought it was working fine, I rebooted my router and below is the output:
Code:
admin@RT-AX88U-0D80:/tmp/home/root# iptables -nvL OUTPUT -t mangle
Chain OUTPUT (policy ACCEPT 1074 packets, 196K bytes)
pkts bytes target prot opt in out source destination
939 66923 MARK udp -- * * 0.0.0.0/0 9.9.9.9 udp dpt:53 MARK or 0x8000
2 143 MARK udp -- * * 0.0.0.0/0 149.112.112.112 udp dpt:53 MARK or 0x8000
0 0 MARK tcp -- * * 0.0.0.0/0 9.9.9.9 tcp dpt:53 MARK or 0x8000
0 0 MARK tcp -- * * 0.0.0.0/0 149.112.112.112 tcp dpt:53 MARK or 0x8000
12 750 MARK tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:53 MARK or 0x1000
2285 176K MARK udp -- * * 0.0.0.0/0 0.0.0.0/0 udp dpt:53 MARK or 0x1000
However, when I run dns leak test, on the main screen I see my VPN IP, however, when I run the dns test I see my actual WAN IP address. Any ideas why I might be doing wrong?
I also did an ipleak.net test and my IP shows the vpn IP but the DNS shows my actual location. I believe I'm doing something wrong with whatsmyIP domain?
I've created the unbound_tunCheck.sh file and copy everything you posted. I also added the other rules inside the x3mRouting folder under route-up and route-pre-down files. I've enabled "vpn 1" inside unbound_manager advanced.
I might have to give up on this as I cannot figure this out.
I appreciate all your help though!