瀏覽代碼

VPN - enforce TLS min version on the client

Sharif Nassar 8 年之前
父節點
當前提交
73c30c313b
共有 1 個檔案被更改,包括 2 行新增0 行删除
  1. 2
    0
      roles/vpn/templates/client.cnf.j2

+ 2
- 0
roles/vpn/templates/client.cnf.j2 查看文件

@@ -14,6 +14,8 @@ key-direction 1
14 14
 verb 3
15 15
 route {{ ansible_default_ipv4.address }} 255.255.255.255 net_gateway
16 16
 
17
+{{ openvpn_tls_version_min }}
18
+
17 19
 # If you'd like to enable 2FA support, uncomment the following line
18 20
 ;auth-user-pass
19 21
 

Loading…
取消
儲存