From 71b3221ceb9057a21d547601ea83ba18a9a9b523 Mon Sep 17 00:00:00 2001
From: Emile Nijssen <emile@emilenijssen.nl>
Date: Sun, 23 May 2021 13:37:19 +0200
Subject: [PATCH] Delete config directory

---
 config/client1/presharedkey |  1 -
 config/client1/privatekey   |  1 -
 config/client1/publickey    |  1 -
 config/privatekey           |  1 -
 config/publickey            |  1 -
 config/wg0 copy.conf        | 11 ----------
 config/wg0.conf             | 27 ------------------------
 config/wg0.json             | 41 -------------------------------------
 8 files changed, 84 deletions(-)
 delete mode 100644 config/client1/presharedkey
 delete mode 100644 config/client1/privatekey
 delete mode 100644 config/client1/publickey
 delete mode 100644 config/privatekey
 delete mode 100644 config/publickey
 delete mode 100644 config/wg0 copy.conf
 delete mode 100644 config/wg0.conf
 delete mode 100644 config/wg0.json

diff --git a/config/client1/presharedkey b/config/client1/presharedkey
deleted file mode 100644
index 6823a0c..0000000
--- a/config/client1/presharedkey
+++ /dev/null
@@ -1 +0,0 @@
-/FdYIW1UYh+URg7zMU6x+Lsw2E1nMrtyMA8HavZ9h5g=
diff --git a/config/client1/privatekey b/config/client1/privatekey
deleted file mode 100644
index e5580e7..0000000
--- a/config/client1/privatekey
+++ /dev/null
@@ -1 +0,0 @@
-sHUUDbaZBQshfOvvF8HeebhhXq3rDKWlW1Vm+6XMklU=
diff --git a/config/client1/publickey b/config/client1/publickey
deleted file mode 100644
index e365ff0..0000000
--- a/config/client1/publickey
+++ /dev/null
@@ -1 +0,0 @@
-i8xWKqicnDkNL14I4B+I1zlB8od/booA1joIosWn7X4=
diff --git a/config/privatekey b/config/privatekey
deleted file mode 100644
index 87314e2..0000000
--- a/config/privatekey
+++ /dev/null
@@ -1 +0,0 @@
-iOQJS7OUUGPYATsX6nqlL+sOODoiWiN5IOE8Msfw/0o=
diff --git a/config/publickey b/config/publickey
deleted file mode 100644
index 227fbab..0000000
--- a/config/publickey
+++ /dev/null
@@ -1 +0,0 @@
-BkdntwYazhYZzEEHhcYayq6TGw9/YUDQ251s+5bTgC0=
diff --git a/config/wg0 copy.conf b/config/wg0 copy.conf
deleted file mode 100644
index 559e488..0000000
--- a/config/wg0 copy.conf	
+++ /dev/null
@@ -1,11 +0,0 @@
-[Interface]
-PrivateKey = iOQJS7OUUGPYATsX6nqlL+sOODoiWiN5IOE8Msfw/0o= # wg genkey > privatekey
-# PublicKey = BkdntwYazhYZzEEHhcYayq6TGw9/YUDQ251s+5bTgC0=
-Address = 10.8.0.1/24
-ListenPort = 51820
-DNS = 1.1.1.1
-
-[Peer]
-PublicKey = i8xWKqicnDkNL14I4B+I1zlB8od/booA1joIosWn7X4=
-PresharedKey = MzplKtOQ44/IaAKri2VKqCoIlg4XiVH7TCp5bcYRTQU=
-AllowedIPs = 10.8.0.2/32
\ No newline at end of file
diff --git a/config/wg0.conf b/config/wg0.conf
deleted file mode 100644
index cbeae7a..0000000
--- a/config/wg0.conf
+++ /dev/null
@@ -1,27 +0,0 @@
-
-# Note: Do not edit this file directly.
-# Your changes will be overwritten!
-
-# Server
-[Interface]
-PrivateKey = iOQJS7OUUGPYATsX6nqlL+sOODoiWiN5IOE8Msfw/0o=
-Address = 10.8.0.1/24
-ListenPort = 51820
-
-# Client: Emile (af3111a4-7343-4380-a293-ed498d9aa3b8)
-[Peer]
-PublicKey = i8xWKqicnDkNL14I4B+I1zlB8od/booA1joIosWn7X4=
-PresharedKey = MzplKtOQ44/IaAKri2VKqCoIlg4XiVH7TCp5bcYRTQU=
-AllowedIPs = 10.8.0.2/32
-
-# Client: Test (2ca33a1c-ed49-4bdd-b84c-adc77f1f3b2d)
-[Peer]
-PublicKey = 563oiA0IuQqt8JPEXHGINT4mHYKzlLx9Ol2gcV1vKCk=
-PresharedKey = Q6xGB4og5Sj6M0MsHzkD16VsniT3FCqOnGmiLLilsU8=
-AllowedIPs = 10.8.0.3/32
-
-# Client: Test 3 (f1d0280c-07e7-4927-94dd-000a1723872f)
-[Peer]
-PublicKey = 
-PresharedKey = 
-AllowedIPs = 10.8.0.4/32
\ No newline at end of file
diff --git a/config/wg0.json b/config/wg0.json
deleted file mode 100644
index 796a329..0000000
--- a/config/wg0.json
+++ /dev/null
@@ -1,41 +0,0 @@
-{
-  "server": {
-    "privateKey": "iOQJS7OUUGPYATsX6nqlL+sOODoiWiN5IOE8Msfw/0o=",
-    "publicKey": "BkdntwYazhYZzEEHhcYayq6TGw9/YUDQ251s+5bTgC0=",
-    "address": "10.8.0.1",
-    "port": "51820",
-    "dns": "1.1.1.1"
-  },
-  "clients": {
-    "af3111a4-7343-4380-a293-ed498d9aa3b8": {
-      "name": "Emile",
-      "createdAt": "2021-05-22T20:02:45.372Z",
-      "updatedAt": "2021-05-22T20:02:45.372Z",
-      "privateKey": "sHUUDbaZBQshfOvvF8HeebhhXq3rDKWlW1Vm+6XMklU=",
-      "publicKey": "i8xWKqicnDkNL14I4B+I1zlB8od/booA1joIosWn7X4=",
-      "preSharedKey": "MzplKtOQ44/IaAKri2VKqCoIlg4XiVH7TCp5bcYRTQU=",
-      "address": "10.8.0.2",
-      "enabled": true
-    },
-    "2ca33a1c-ed49-4bdd-b84c-adc77f1f3b2d": {
-      "name": "Test",
-      "address": "10.8.0.3",
-      "privateKey": "AJVOxJxEnbWyrj7SbhJxxiIIgBsRljs1fP2xrN76Kns=",
-      "publicKey": "563oiA0IuQqt8JPEXHGINT4mHYKzlLx9Ol2gcV1vKCk=",
-      "preSharedKey": "Q6xGB4og5Sj6M0MsHzkD16VsniT3FCqOnGmiLLilsU8=",
-      "createdAt": "2021-05-22T21:41:49.876Z",
-      "updatedAt": "2021-05-23T10:04:29.051Z",
-      "enabled": true
-    },
-    "f1d0280c-07e7-4927-94dd-000a1723872f": {
-      "name": "Test 3",
-      "address": "10.8.0.4",
-      "privateKey": "",
-      "publicKey": "",
-      "preSharedKey": "",
-      "createdAt": "2021-05-23T10:21:24.607Z",
-      "updatedAt": "2021-05-23T10:21:24.607Z",
-      "enabled": true
-    }
-  }
-}
\ No newline at end of file