You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by likevi9528 January 2, 2024
现有一个域名,经过国内外DNS解析会获得三个返回IP,但是其中有一个在国内访问不了(通过itdog和本地测出来)。有没有什么方法可以去掉这个IP。
我现在只能使用hosts解决这个问题,有没有什么方法只需要更新blackIpList,就会自动在resp_ip中去除blackIpList中的IP。
我的想法是下面的方式,但会导致返回空的IP,请求添加此功能。
Discussed in #780
Originally posted by likevi9528 January 2, 2024
现有一个域名,经过国内外DNS解析会获得三个返回IP,但是其中有一个在国内访问不了(通过itdog和本地测出来)。有没有什么方法可以去掉这个IP。
我现在只能使用hosts解决这个问题,有没有什么方法只需要更新blackIpList,就会自动在resp_ip中去除blackIpList中的IP。
我的想法是下面的方式,但会导致返回空的IP,请求添加此功能。
tag: black_ipList
type: "ip_set"
args:
files:
- "./rules/custom_black_ipList.txt"
tag: world_resolve
type: "sequence"
args:
- matches: "resp_ip $black_ipList"
exec: drop_resp
The text was updated successfully, but these errors were encountered: