AmneziaWG Fix for Docker

This commit is contained in:
Daan Selen
2025-05-01 16:15:55 +02:00
parent 72a52f5cd6
commit 8830ebe34f
3 changed files with 28 additions and 44 deletions
+4
View File
@@ -131,6 +131,10 @@ set_envvars() {
start_core() {
printf "\n---------------------- STARTING CORE -----------------------\n"
mkdir -p /dev/net
mknod /dev/net/tun c 10 200
chmod 600 /dev/net/tun
echo "Activating Python venv and executing the WireGuard Dashboard service."
bash ./wgd.sh start
}