恢复ssl version min与max的值,obj-list-group界面去除 日志总量一列的展示

This commit is contained in:
wangxin
2019-06-18 10:20:42 +08:00
parent f03cba22dd
commit 629a92a2ce
2 changed files with 4 additions and 4 deletions

View File

@@ -851,8 +851,8 @@ public class ConfigConvertUtil {
map=new HashMap<>();
map.put("mirror_client", 0);
map.put("allow_http2", 1);
map.put("min", "SSLv3");
map.put("max", "TLSv1.3");
map.put("min", "ssl3");
map.put("max", "tls13");
userRegionMap.put("ssl_ver", map);
//decrypt_mirror
map=new HashMap<>();