瀏覽代碼

Merge branch 'feat/56-set-stronger-chiper' into dev

Closes #56
Mustafa Arici 8 年之前
父節點
當前提交
ad6fd8c306
共有 3 個文件被更改,包括 8 次插入6 次删除
  1. 6 6
      bindata/bindata.go
  2. 1 0
      template/client.ovpn.tmpl
  3. 1 0
      template/server.conf.tmpl

文件差異過大導致無法顯示
+ 6 - 6
bindata/bindata.go


+ 1 - 0
template/client.ovpn.tmpl

@@ -7,6 +7,7 @@ proto {{ .Proto }}
 remote {{ .Hostname }} {{ .Port }}
 resolv-retry infinite
 ns-cert-type server
+cipher AES-128-CBC
 nobind
 keepalive 2 20
 persist-key

+ 1 - 0
template/server.conf.tmpl

@@ -233,6 +233,7 @@ keepalive 2 20
 ;cipher BF-CBC        # Blowfish (default)
 ;cipher AES-128-CBC   # AES
 ;cipher DES-EDE3-CBC  # Triple-DES
+cipher AES-128-CBC
 
 # Enable compression on the VPN link.
 # If you enable it here, you must also

部分文件因文件數量過多而無法顯示