mirror of
https://github.com/pcvolkmer/docker-wireguard-boringtun.git
synced 2025-07-01 15:22:55 +00:00
Added script to add new clients
This commit is contained in:
@ -16,5 +16,6 @@ ENV WG_SUDO 1
|
||||
RUN apk --update add iproute2 wireguard-tools-wg-quick libqrencode
|
||||
COPY --from=build /usr/local/cargo/bin/boringtun-cli /usr/local/bin/boringtun
|
||||
COPY create-config.sh entrypoint.sh ./
|
||||
COPY add-client.sh entrypoint.sh ./
|
||||
|
||||
ENTRYPOINT ["./entrypoint.sh"]
|
||||
|
Reference in New Issue
Block a user