Commit 07eb517b authored by xiaoguang.xu's avatar xiaoguang.xu

增加 ip 白名单 10.

parent bbe7f477
......@@ -34,7 +34,7 @@ public class IpUtil {
public static final String IO_IP = "139.198.";
static {
String[] ips = {"172.16.", "172.18.", "172.20.", "172.21.", "172.30.", "172.41.", "192.168.3.", "192.168.4."};
String[] ips = {"10.", "172.", "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