Hi Openwrt.
I am new to the whole custom router thing, but I do have a CS background and I want to archive following. Appreciate any help in advanced!
I have installed a proxy client connected to the proxy server on my router. The proxy software I am using is https://github.com/apernet/hysteria, although I don't think it would matter conceptually. I can already curl via this proxy within the router, so the connection with the proxy server works. This proxy client is exposing an HTTP proxy running on port 8889. Usually I just run the equivalent proxy client on my laptop and set the OS proxy to point to localhost:8889, and everything works fine.
I now want to run this proxy client on my router, so everything device connected to the router can automatically be using the proxy.
I have tried simply running the proxy client on the router, and setting my laptop's proxy setting to point to {router_ip:8889} as a test, and it doesn't work like when the proxy client was running on my laptop. I simply can't connect to the proxy whatsoever.
How would I go about achieving what I described? Thanks again!