Skip to content

Instantly share code, notes, and snippets.

@richm
Last active October 20, 2020 19:26
Show Gist options
  • Save richm/09ea954366a29bf02022418afa742780 to your computer and use it in GitHub Desktop.
Save richm/09ea954366a29bf02022418afa742780 to your computer and use it in GitHub Desktop.
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