(1)ip导入调整,子类的同名字段覆盖父类的,用于某些字段的注解重写
(2)新建package template,将IP的template入 (3)IP复用策略配置导入模板调整,由于界面只有IP,端口,所以模板的注解进行了响应调整 (4)配置文件加入了IP和端口的默认值设置 (5)导入IP加入了IP复用策略和限速比例的验证
This commit is contained in:
@@ -1042,4 +1042,5 @@ trend=Trend
|
||||
traffic_website_list=Website List TOP10
|
||||
traffic_website_type_chart=Website Type
|
||||
website=Website
|
||||
#===============dashboard end===================================
|
||||
#===============dashboard end===================================
|
||||
ratelimit_limit=Limit Rate must between 0 and 100
|
||||
@@ -855,4 +855,5 @@ src_ip_report=Domestic Source IP Report
|
||||
dest_ip_report=Destination Country IP Report
|
||||
isp_report=Isp Report
|
||||
#=============about report===================
|
||||
show_more=Show More
|
||||
show_more=Show More
|
||||
ratelimit_limit=Limit Rate must between 0 and 100
|
||||
@@ -1039,4 +1039,5 @@ trend=\u8D8B\u52BF
|
||||
traffic_website_list=\u7F51\u7AD9\u6D41\u91CF\u7EDF\u8BA1\u5217\u8868
|
||||
traffic_website_type_chart=\u7F51\u7AD9\u5206\u7C7B\u6D41\u91CF\u7EDF\u8BA1\u56FE
|
||||
website=\u7F51\u7AD9\u540D\u79F0
|
||||
#===============dashboard end===================================
|
||||
#===============dashboard end===================================
|
||||
ratelimit_limit=\u9650\u901F\u6BD4\u4F8B\u5FC5\u987B\u4ECB\u4E8E0\u5230100
|
||||
@@ -414,4 +414,13 @@ specific_service_cfg_type_app=social_app
|
||||
specific_service_cfg_type_encrypted_tunnel_behavior=encrypted_tunnel_behavior
|
||||
specific_service_cfg_type_basic_protocol=basic_protocol
|
||||
#基础协议自定义域
|
||||
proto_id_region=PROTO_ID
|
||||
proto_id_region=PROTO_ID
|
||||
#IP默认值
|
||||
ipv4_default_ip_value=0.0.0.0
|
||||
ipv4_default_ip_value=::
|
||||
ipv4_default_ip_subnet_value=0.0.0.0/32
|
||||
ipv6_default_ip_subnet_value=::/64
|
||||
ipv4_default_ip_range_value=0.0.0.0-0.0.0.0
|
||||
ipv6_default_ip_range_value=::-::
|
||||
port_default=0
|
||||
port_mask_default=0/65535
|
||||
Reference in New Issue
Block a user