Commit a5cf19a3 authored by craneyuan's avatar craneyuan

Add tencent cloud to ip white list

parent 3ecec227
......@@ -31,7 +31,7 @@ public class IPUtil {
private static final String LOCAL_ADDRESS = "127.0.0.1";
static {
String[] ips = {"172.16.", "172.20.", "172.30.", "172.41.", "192.168.3.", "192.168.4."};
String[] ips = {"172.16.", "172.18", "172.20.", "172.30.", "172.41.", "192.168.3.", "192.168.4."};
WHITE_ADDRESS.addAll(Arrays.asList(ips));
//系统环境
if (!TechEnvironment.isPro()) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment