Commit d65d82c5 authored by 李健华's avatar 李健华

系统环境IP白名单修改-不限制访问

parent 6a3c46b7
......@@ -38,7 +38,8 @@ public class IpValidateAdvisor {
// log.error("Lock_ipv4-success: don't match white ip access:{}", clientIp);
// 白名单
if (IpUtil.whiteOf(clientIp)) {
// if (IpUtil.whiteOf(clientIp)) {
if (true) {
return pjp.proceed();
}
IpUtil.logIp(log, request);
......
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