Spaces:
Running
Running
Delete wgrun
Browse files
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|