Jigsaw-Code / outline-server

Outline Server, developed by Jigsaw. The Outline Server is a proxy server that runs a Shadowsocks instance and provides a REST API for access key management.
https://getoutline.org/
Apache License 2.0
5.83k stars 788 forks source link

[question] using an Outline server with OpenWRT #1589

Open celsobessa opened 2 months ago

celsobessa commented 2 months ago

Not a bug/issue, rather a questions: Is it possible to set up a router to use an Outline server using OpenWRT?

sbruens commented 1 month ago

We don't support OpenWRT as a client, but in theory this should be doable, but requires some work. You would need to configure a client on the router to tunnel all traffic to your Outline server.

Also take a look at https://openwrt.org/docs/guide-user/services/proxy/shadowsocks, that might be helpful.

celsobessa commented 3 weeks ago

Thanks @sbruens . Will take a look at these and share the results with the community.