Hello,
I was able to setup wg0 interfere and pbr to route traffic to certain websites via wg0 interface.
I am trying to setup similar with tor.
I installed tor service and
root@OpenWrtTcr:~# curl --socks5-hostname 127.0.0.1:9050 https://check.torproject.org/api/ip
{"IsTor":true,"IP":"195.47.238.92"}
confirmed that tor is working on openwrt itself.
I setup pbr policy as below,
But remote clients cant connect to https://ifconfig.co
PS C:\Users\sim_t> curl.exe https://ifconfig.co
curl: (7) Failed to connect to ifconfig.co port 443 after 4296 ms: Could not connect to server
Is it possible to achieve what I am trying to do?
