diff --git a/data/wg0.conf b/data/wg0.conf deleted file mode 100644 index eacfad92..00000000 --- a/data/wg0.conf +++ /dev/null @@ -1,13 +0,0 @@ -# Note: Do not edit this file directly. -# Your changes will be overwritten! - -# Server -[Interface] -PrivateKey = aCjYU+CBAkIerzXXFj8hzc4ZmMDLNGrhsxqJjOwtPH0= -Address = 10.8.0.1/24 -ListenPort = 51820 -PreUp = -PostUp = iptables -t nat -A POSTROUTING -s 10.8.0.0/24 -o eth0 -j MASQUERADE; iptables -A INPUT -p udp -m udp --dport 51820 -j ACCEPT; iptables -A FORWARD -i wg0 -j ACCEPT; iptables -A FORWARD -o wg0 -j ACCEPT; -PreDown = -PostDown = - diff --git a/data/wg0.json b/data/wg0.json deleted file mode 100644 index 1220045d..00000000 --- a/data/wg0.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "server": { - "privateKey": "aCjYU+CBAkIerzXXFj8hzc4ZmMDLNGrhsxqJjOwtPH0=", - "publicKey": "Gi9QI2VgCJK1ziPaE2gE/jXbiXj+Rx3mUbIq8RcHPEE=", - "address": "10.8.0.1" - }, - "clients": {} -} diff --git a/data/www/index.html b/data/www/index.html index a842588e..e69de29b 100644 --- a/data/www/index.html +++ b/data/www/index.html @@ -1,528 +0,0 @@ - - - -
-There is an update available!
-{{latestRelease.changelog}}
-Clients
-There are no clients yet.
-
-
- -
-- Are you sure you want to delete {{clientDelete.name}}? - This action cannot be undone. -
-Made by Emile Nijssen · Donate · GitHub
- - -