Create VPN for port 53

This commit is contained in:
Jake Howard
2022-03-18 19:44:06 +00:00
parent bd49c1c869
commit b8736e1c65
8 changed files with 96 additions and 0 deletions

View File

@ -0,0 +1,10 @@
[Interface]
Address = {{ client_cidr }}
PrivateKey = {{ client_private_key }}
[Peer]
PublicKey = {{ server_public_key }}
Endpoint = {{ server_public_ip }}:53
AllowedIPs = 0.0.0.0/0
PersistentKeepalive = 25