Sfoglia il codice sorgente

Do not set null cipher as default

Michael Schwarz 4 anni fa
parent
commit
2d4ad95382
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      site.conf

+ 1 - 1
site.conf

@@ -46,7 +46,7 @@
 		fastd = {
 			-- cipher(s) to use
 			configurable = true,
-			methods = {'null', 'salsa2012+umac'},
+			methods = {'salsa2012+umac'},
 		},
 
 		-- default traffic shaping (bandwidth limit) settings