mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-27 15:41:38 +01:00
update dante
This commit is contained in:
@@ -13,7 +13,8 @@ ENV DANTE_FILE dante.tar.gz
|
||||
ENV DANTE_TEMP dante
|
||||
ENV DANTE_DEPS build-essential curl
|
||||
|
||||
RUN apt-get update \
|
||||
RUN set -xe \
|
||||
&& apt-get update \
|
||||
&& apt-get install -y $DANTE_DEPS \
|
||||
&& mkdir $DANTE_TEMP \
|
||||
&& cd $DANTE_TEMP \
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
Dante - A free SOCKS server
|
||||
===========================
|
||||
|
||||
[`Dante`][1] is a product developed by Inferno Nettverk A/S. It consists of a
|
||||
[Dante][1] is a product developed by Inferno Nettverk A/S. It consists of a
|
||||
SOCKS server and a SOCKS client, implementing RFC 1928 and related standards.
|
||||
It is a flexible product that can be used to provide convenient and secure
|
||||
network connectivity.
|
||||
@@ -14,7 +14,7 @@ dante:
|
||||
ports:
|
||||
- "1080:1080"
|
||||
volumes:
|
||||
- sockd.conf:/etc/sockd.conf
|
||||
- ./sockd.conf:/etc/sockd.conf
|
||||
restart: always
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user