Commit 8a31153f authored by 李健华's avatar 李健华

添加IP白名单

parent 2caaa9df
...@@ -34,7 +34,7 @@ public class IpUtil { ...@@ -34,7 +34,7 @@ public class IpUtil {
public static final String IO_IP = "139.198."; public static final String IO_IP = "139.198.";
static { static {
String[] ips = {"10.", "172.", "192.168.3.", "192.168.4."}; String[] ips = {"10.", "172.", "192.168.3.", "192.168.4.", "100."};
WHITE_ADDRESS.addAll(Arrays.asList(ips)); WHITE_ADDRESS.addAll(Arrays.asList(ips));
WHITE_ADDRESS.add("123.56.31.54"); // 天津自牧生产环境 WHITE_ADDRESS.add("123.56.31.54"); // 天津自牧生产环境
WHITE_ADDRESS.add("47.93.61.134"); // 天津自牧生产环境 WHITE_ADDRESS.add("47.93.61.134"); // 天津自牧生产环境
......
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