Template
Wireguard helper scripts to add, remove and list active keys
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
[Interface]
|
||||
PrivateKey = <%CLIENT_PRIVATE_KEY%>
|
||||
Address = <%CLIENT_IP%>/24
|
||||
ListenPort = 51820
|
||||
|
||||
[Peer]
|
||||
PublicKey = <%SERVER_PUBLIC_KEY%>
|
||||
AllowedIPs = 10.0.0.0/24
|
||||
Endpoint = <%DOMAIN_NAME%>:51820
|
||||
PersistentKeepalive = 25
|
||||
Reference in New Issue
Block a user