Add media vpn setup
This commit is contained in:
parent
79d0e64eb2
commit
34b89bddff
39 changed files with 386 additions and 97 deletions
|
|
@ -1,11 +0,0 @@
|
|||
# {{ ansible_managed }} {{ ansible_date_time.time }} {{ ansible_date_time.date }}
|
||||
|
||||
[Interface]
|
||||
Address={{ vpn_peers.mobile.ip }}/24
|
||||
PrivateKey={{ vpn_peers.mobile.private_key }}
|
||||
|
||||
[Peer]
|
||||
PublicKey={{ vpn_server_public_key }}
|
||||
PresharedKey={{ vpn_peers.mobile.preshared_key }}
|
||||
AllowedIPs={{ vpn_listen_address }}/32
|
||||
Endpoint={{ wan_ip_address }}:{{ vpn_port }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue