mirror of https://github.com/bol-van/zapret/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
186 B
9 lines
186 B
FROM alpine:3.11
|
|
|
|
COPY binaries/x86_64/* /app/
|
|
|
|
RUN ln -s /app/* /usr/bin
|
|
|
|
EXPOSE 8080/tcp
|
|
|
|
CMD tpws --bind-addr=0.0.0.0 --port=8080 --socks --split-pos=2 --hostspell hoSt --hostnospace
|
|
|