How to config router to route wireless traffic through a proxy client running on the device

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!

Counter Strike ?

I assume you've adapted the settings in https://hysteria.network/docs/quick-start/ ?

In a https/ hsts world, transparent proxies are no longer possible (unless you do want to roll out your own CA and import it to all potential clients, while possible, it's not a task i'd want to be looking at - and it introduces its own kind of security concerns), you need to set the proxy setting on your endpoints.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.