恢复ssl version min与max的值,obj-list-group界面去除 日志总量一列的展示
This commit is contained in:
@@ -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<>();
|
||||
|
||||
Reference in New Issue
Block a user