feat: add drone vm

This commit is contained in:
2023-05-14 21:52:03 +02:00
parent 7e73d346ce
commit 6889aea631
4 changed files with 53 additions and 49 deletions

View File

@@ -0,0 +1,11 @@
[Interface]
Address = {{ interface_address }}/32
SaveConfig = true
ListenPort = {{ listen_port }}
PrivateKey = {{ private_key }}
[Peer]
PublicKey = {{ peer_public_key }}
AllowedIPs = {{ allowed_ips }}
Endpoint = {{ endpoint }}
PersistentKeepalive = {{ persistent_keepalive }}