Przeglądaj źródła

Do not set null cipher as default

Michael Schwarz 4 lat temu
rodzic
commit
2d4ad95382
1 zmienionych plików z 1 dodań i 1 usunięć
  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