Browse Source

Do not set null cipher as default

Michael Schwarz 3 years ago
parent
commit
2d4ad95382
1 changed files with 1 additions and 1 deletions
  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