Add containerfile and config files

This commit is contained in:
2024-06-18 21:44:22 -04:00
parent a99af4e419
commit 7ae79428e6
3 changed files with 44 additions and 0 deletions

13
Containerfile Normal file
View 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