Commit 1917189f authored by 董建华's avatar 董建华

增加白名单

parent a8cf30b0
......@@ -41,6 +41,7 @@ public class IpUtil {
WHITE_ADDRESS.add("192.168.");
WHITE_ADDRESS.add("172.17.");
WHITE_ADDRESS.add("10.");
WHITE_ADDRESS.add("54.223.247.69");
WHITE_ADDRESS.add(LOCAL_ADDRESS);
}
}
......
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