Browse Source

Start new release 1.4.1, enable null cipher

Michael Schwarz 3 years ago
parent
commit
dda6f97093
2 changed files with 3 additions and 2 deletions
  1. 2 1
      site.conf
  2. 1 1
      site.mk

+ 2 - 1
site.conf

@@ -45,7 +45,8 @@
 		-- fastd (vpn) settings
 		fastd = {
 			-- cipher(s) to use
-			methods = {'salsa2012+umac'},
+			configurable = true,
+			methods = {'null', 'salsa2012+umac'},
 		},
 
 		-- default traffic shaping (bandwidth limit) settings

+ 1 - 1
site.mk

@@ -53,7 +53,7 @@ ifeq ($(GLUON_TARGET),x86-64)
 endif
 
 # 0.2~1 < 0.2 < 0.2+1 < 0.2-1 < 0.2.1 < 0.3
-DEFAULT_GLUON_RELEASE := 1.4.0~exp$(shell date '+%Y%m%d')
+DEFAULT_GLUON_RELEASE := 1.4.1~exp$(shell date '+%Y%m%d')
 DEFAULT_GLUON_PRIORITY := 0
 
 GLUON_RELEASE ?= $(DEFAULT_GLUON_RELEASE)