Add containerfile and config files
This commit is contained in:
13
Containerfile
Normal file
13
Containerfile
Normal file
@@ -0,0 +1,13 @@
|
||||
FROM lscr.io/linuxserver/wireguard:latest
|
||||
|
||||
ENV DANTE_LISTEN_INTERFACE eth1
|
||||
ENV DANTE_LISTEN_PORT 1080
|
||||
ENV DANTE_FORWARD_INTERFACE wg0
|
||||
|
||||
RUN mkdir -p /etc/dante
|
||||
ADD danted.conf.template /etc/dante/danted.conf.template
|
||||
ADD run-danted.sh /custom-services.d/run-danted.sh
|
||||
|
||||
RUN apk update
|
||||
RUN apk add dante-server
|
||||
|
||||
Reference in New Issue
Block a user