mirror of
https://github.com/trailofbits/algo
synced 2024-11-18 09:25:38 +00:00
38d8a6d0e2
* Windows to WireGuard * Add note about WireGuard * change wireguard faq * Clarify Windows instructions * Correct Wireguard description * Update README.md
24 lines
505 B
Django/Jinja
24 lines
505 B
Django/Jinja
conn algovpn-{{ IP_subject_alt_name }}
|
|
fragmentation=yes
|
|
rekey=no
|
|
dpdaction=clear
|
|
keyexchange=ikev2
|
|
compress=no
|
|
dpddelay=35s
|
|
|
|
ike={{ ciphers.defaults.ike }}
|
|
esp={{ ciphers.defaults.esp }}
|
|
|
|
right={{ IP_subject_alt_name }}
|
|
rightid={{ IP_subject_alt_name }}
|
|
rightsubnet={{ rightsubnet | default('0.0.0.0/0') }}
|
|
rightauth=pubkey
|
|
|
|
leftsourceip=%config
|
|
leftauth=pubkey
|
|
leftcert={{ item }}.crt
|
|
leftfirewall=yes
|
|
left=%defaultroute
|
|
|
|
auto=add
|