TomatoFull commited on
Commit
b59d2cc
·
verified ·
1 Parent(s): 3a5dc3d

Delete wgrun

Browse files
Files changed (1) hide show
  1. wgrun +0 -14
wgrun DELETED
@@ -1,14 +0,0 @@
1
- #!/bin/bash
2
-
3
- PUBLICKEY="${PUBLICKEY:=publickey}"
4
-
5
- PRIVATEKEY="${PRIVATEKEY:=privatekey}"
6
-
7
- echo "[Interface]
8
- PrivateKey = $PRIVATEKEY
9
- Address = 10.0.0.1/24
10
- ListenPort = 7860
11
-
12
- [Peer]
13
- PublicKey = $PUBLICKEY
14
- AllowedIPs = 10.0.0.2/32" > wg0.conf