TomatoFull commited on
Commit
f1748e8
1 Parent(s): 885214f

Create wg0.conf.template

Browse files
Files changed (1) hide show
  1. 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