feat: add main infra
This commit is contained in:
11
roles/bespoke/templates/wireguard.conf.j2
Normal file
11
roles/bespoke/templates/wireguard.conf.j2
Normal 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 }}
|
Reference in New Issue
Block a user