Add wireguard server config

This commit is contained in:
Jake Howard
2019-12-08 21:05:20 +00:00
parent 730246e67f
commit 23a472f764
7 changed files with 62 additions and 9 deletions

View File

@ -0,0 +1,9 @@
[Interface]
Address = {{ wireguard.server_ip }}
PrivateKey = {{ wireguard.server_private_key }}
ListenPort = {{ wireguard.server_port }}
[Peer]
# intersect
PublicKey = {{ wireguard.intersect_public_key }}
AllowedIPs = {{ wireguard.intersect_ip }}/32