This commit is contained in:
rozbrian
2026-01-10 20:46:22 +09:00
commit 304cbcc554
66 changed files with 1291 additions and 0 deletions

7
openvpn-client Executable file
View File

@@ -0,0 +1,7 @@
sudo docker run \
--detach \
--name=openvpn-client \
--cap-add=NET_ADMIN \
--device=/dev/net/tun \
--volume /etc/docker/openvpn-client:/config \
ghcr.io/wfg/openvpn-client