Last active
October 20, 2020 19:26
-
-
Save richm/09ea954366a29bf02022418afa742780 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
vpn_provider_default: libreswan | |
vpn_enc_alg: AES-GCM | |
vpn_lifetime: 1 # hour | |
vpn_connections: | |
- name: my_conn_1 | |
local: | |
ip: | |
hostname: | |
remote: | |
ip: | |
hostname: | |
ike: | |
ikeparam1: value | |
ikeparam2: value | |
lifetime: 8 # hours | |
ipsec: | |
enc_alg: AES-GCM | |
salifetime: {{ vpn_lifetime }} | |
- name: my_conn_2 | |
provider: wireguard | |
local: | |
ip: | |
hostname: | |
remote: | |
ip: | |
hostname: | |
auth: | |
wireguard: | |
wgparam1: value |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment