Spaces:
Paused
Paused
Create wg0.conf.template
Browse files- wg0.conf.template +8 -0
wg0.conf.template
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[Interface]
|
| 2 |
+
PrivateKey = ${PRIVATE_KEY}
|
| 3 |
+
ListenPort = 57777
|
| 4 |
+
Address = 10.0.0.1/24
|
| 5 |
+
|
| 6 |
+
[Peer]
|
| 7 |
+
PublicKey = ${PUBLIC_KEY}
|
| 8 |
+
AllowedIPs = 0.0.0.0/0
|