Explorar el Código

Do not set null cipher as default

Michael Schwarz hace 4 años
padre
commit
2d4ad95382
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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