diff --git a/.all-contributorsrc b/.all-contributorsrc deleted file mode 100644 index eb8b2ff4..00000000 --- a/.all-contributorsrc +++ /dev/null @@ -1,61 +0,0 @@ -{ - "files": [ - "README.md" - ], - "imageSize": 100, - "commit": false, - "contributors": [ - { - "login": "antonioag95", - "name": "antonioag95", - "avatar_url": "https://avatars.githubusercontent.com/u/30556866?v=4", - "profile": "https://github.com/antonioag95", - "contributions": [ - "test", - "code" - ] - }, - { - "login": "tonjo", - "name": "tonjo", - "avatar_url": "https://avatars.githubusercontent.com/u/4726289?v=4", - "profile": "https://github.com/tonjo", - "contributions": [ - "code" - ] - }, - { - "login": "reafian", - "name": "Richard Newton", - "avatar_url": "https://avatars.githubusercontent.com/u/11992416?v=4", - "profile": "https://github.com/reafian", - "contributions": [ - "code" - ] - }, - { - "login": "davejlong", - "name": "David Long", - "avatar_url": "https://avatars.githubusercontent.com/u/175317?v=4", - "profile": "http://www.davejlong.com", - "contributions": [ - "code" - ] - }, - { - "login": "marneu", - "name": "Markus Neubauer", - "avatar_url": "https://avatars.githubusercontent.com/u/5978293?v=4", - "profile": "http://www.std-soft.com", - "contributions": [ - "code" - ] - } - ], - "contributorsPerLine": 7, - "projectName": "WGDashboard", - "projectOwner": "donaldzou", - "repoType": "github", - "repoHost": "https://github.com", - "skipCi": true -} diff --git a/src/bulkAddBash.sh b/src/bulkAddBash.sh deleted file mode 100644 index 804fbeb3..00000000 --- a/src/bulkAddBash.sh +++ /dev/null @@ -1,7 +0,0 @@ -for ((i = 0 ; i<$1 ; i++ )) -do - privateKey=$(wg genkey) - presharedKey=$(wg genkey) - publicKey=$(wg pubkey <<< "$privateKey") - echo "$privateKey,$publicKey,$presharedKey" -done \ No newline at end of file