parent
4f8f873682
commit
c22f9ff08a
22 changed files with 633 additions and 11 deletions
10
client/server_scripts/socks5_proxy/Dockerfile
Normal file
10
client/server_scripts/socks5_proxy/Dockerfile
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
FROM 3proxy/3proxy:latest
|
||||
|
||||
LABEL maintainer="AmneziaVPN"
|
||||
|
||||
RUN mkdir -p /opt/amnezia
|
||||
RUN echo -e "#!/bin/bash\ntail -f /dev/null" > /opt/amnezia/start.sh
|
||||
RUN chmod a+x /opt/amnezia/start.sh
|
||||
|
||||
ENTRYPOINT [ "/bin/sh", "/opt/amnezia/start.sh" ]
|
||||
CMD [ "" ]
|
||||
Loading…
Add table
Add a link
Reference in a new issue