mirror of
https://gitlab.com/skobkin/torproxy-obfs4.git
synced 2024-12-21 14:52:06 +00:00
Initial
This commit is contained in:
commit
91944721ef
9
Dockerfile
Normal file
9
Dockerfile
Normal file
|
@ -0,0 +1,9 @@
|
|||
FROM dperson/torproxy
|
||||
|
||||
LABEL org.opencontainers.image.authors="Alexey Skobkin <skobkin-ru@ya.ru>"
|
||||
|
||||
# 'testing' repo for obfs4proxy
|
||||
RUN echo 'http://dl-cdn.alpinelinux.org/alpine/edge/testing' >> /etc/apk/repositories && \
|
||||
apk update --no-cache --no-progress && \
|
||||
apk add obfs4proxy --no-cache --no-progress && \
|
||||
echo 'ClientTransportPlugin obfs4 exec /usr/bin/obfs4proxy managed' >> /etc/tor/torrc
|
Loading…
Reference in a new issue