Browse Source

fastd: add method = salsa2012+gmac for site legacy

Karsten Böddeker 7 years ago
parent
commit
df4764be7b
1 changed files with 3 additions and 0 deletions
  1. 3 0
      fastd/fastd.conf

+ 3 - 0
fastd/fastd.conf

@@ -12,6 +12,9 @@ method "aes128-ctr+umac";
 #method "aes128-ctr+umac";	# Not supported by CPU on this machine
 {%- endif %}
 method "salsa2012+umac";
+{%- if site == 'legacy' %}
+method "salsa2012+gmac";
+{%- endif %}
 
 
 {#- nodes{4,6} VPNs #}