浏览代码

Do not set null cipher as default

Michael Schwarz 3 年之前
父节点
当前提交
2d4ad95382
共有 1 个文件被更改,包括 1 次插入1 次删除
  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