补充注释

This commit is contained in:
suxiang
2024-09-11 15:19:13 +08:00
parent 30f6dc38f7
commit eafa89a35e
@@ -51,7 +51,7 @@ public class HttpVisitorSecurityChannelHandler extends ChannelInboundHandlerAdap
}
// int index = host.lastIndexOf("." + domainName);
// String subdomain = host.substring(0, index);
// 判断域名是否被禁用
// 判断域名是否被禁用或删除
Integer domainNameId = ProxyUtil.getDomainNameIdByFullDomain(host);
if (domainNameId == null) {
ctx.channel().close();