Procházet zdrojové kódy

Do not set null cipher as default

Michael Schwarz před 4 roky
rodič
revize
2d4ad95382
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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