Added dockerfile for build alpine based boringtun wireguard client

This commit is contained in:
2023-02-27 22:14:47 +00:00
parent babbc67a66
commit c7c6d48fad
5 changed files with 83 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
Boringtun based wireguard client for linux. Modifyed Dockerfile to correct borintun-cli install and copy. The sample wireguard config uses a set_gateway script to excluding from the default route the wireguard vpn server.
Needed container parameters:
--cap-add=NET_ADMIN
--cap-add MKNOD
--cap-add NET_RAW
--privileged
--device=/dev/net/tun