域名拦截强度,国际化文件更改

This commit is contained in:
duandongmei
2018-10-15 19:28:19 +08:00
parent fe516d44a8
commit ab59fbd2ce
3 changed files with 2 additions and 7 deletions

View File

@@ -7,10 +7,6 @@ import java.util.Map;
import com.google.gson.GsonBuilder;
public final class Constants {
/**
* IPSEC协议
*/
public static Integer IPSEC_PROTOCOL=Configurations.getIntProperty("ipsec_protocol", 8);
public static final String GROUP_REUSE_SOURCES=Configurations.getStringProperty("groupReuseSources","groupReuseSources");
public static Integer APP_SPEC_SERVICE_CODE_MIN_VAL=Configurations.getIntProperty("app_spec_service_code_min_val", 300001);
public static Integer APP_SPEC_SERVICE_CODE_MAX_VAL=Configurations.getIntProperty("app_spec_service_code_max_val", 268435455);