Skip to content

Commit

Permalink
Update Containerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberworm-uk authored Oct 25, 2023
1 parent b17a2fc commit 73a6d56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion obfs4-bridge/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ COPY --from=bin /obfs4proxy /usr/bin/obfs4proxy
RUN apk add libcap-utils --no-cache
RUN setcap cap_net_bind_service=+ep /usr/bin/obfs4proxy
EXPOSE 443
ENTRYPOINT [ "/usr/bin/tor", "--socksport", "0", "--bridgerelay", "1", "--servertransportplugin", "obfs4 exec /usr/bin/obfs4proxy", "--extorport", "auto", "--servertransportlistenaddr", "obfs4 0.0.0.0:443" ]
ENTRYPOINT [ "/usr/bin/tor", "--bridgerelay", "1", "--servertransportplugin", "obfs4 exec /usr/bin/obfs4proxy", "--extorport", "auto", "--servertransportlistenaddr", "obfs4 0.0.0.0:443" ]

0 comments on commit 73a6d56

Please sign in to comment.