mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-05 06:33:56 +02:00
* Windows to WireGuard * Add note about WireGuard * change wireguard faq * Clarify Windows instructions * Correct Wireguard description * Update README.md
23 lines
505 B
Django/Jinja
23 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
|