Added Wireguard Template
This commit is contained in:
parent
d8640e3967
commit
425b469ce1
9
Wireguard/server-name.conf
Normal file
9
Wireguard/server-name.conf
Normal file
@ -0,0 +1,9 @@
|
||||
[Interface]
|
||||
PrivateKey = CLIENT_KEY
|
||||
Address = CLIENT/IP
|
||||
|
||||
[Peer]
|
||||
# C2-Gateway1
|
||||
PublicKey = SERVER_KEY
|
||||
Endpoint = SERVER_IP:PORT
|
||||
AllowedIPs = CLIENT, ACCESSABLE, IP/s
|
||||
Loading…
Reference in New Issue
Block a user