You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I love this project! It's portable and I was able to get it running in minutes! The only issue I had was setting up an obfs4 bridge due to censorship here. I have some changes that installs lyrebird from the alpine testing repo and configures torrc. I think there should also be some documentation for rebuilding the container.
In gateway/Containerfile
FROM alpine:latest
-RUN apk add tor+RUN apk add tor lyrebird --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing/
Thank you for the instructions. It would be great to add support for bridge, but it shouldn't replace the current no-bridge setup.
We should rather have 2 container configs: one without bridge (the current one), and one containing a template for bridges (in order to allow both obfs4 and webtunnel). Then we would let the user decide via CLI option if bridges must be used.
I love this project! It's portable and I was able to get it running in minutes! The only issue I had was setting up an obfs4 bridge due to censorship here. I have some changes that installs lyrebird from the alpine testing repo and configures torrc. I think there should also be some documentation for rebuilding the container.
In gateway/Containerfile
In gateway/torrc
The text was updated successfully, but these errors were encountered: