-
Notifications
You must be signed in to change notification settings - Fork 359
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
增加 Maxmind DB 匹配器,用于匹配 response ip #643
Open
alecthw
wants to merge
4
commits into
IrineSistiana:main
Choose a base branch
from
alecthw:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|
非常好功能👍 |
请问这个功能当前最新版本加上了吗? |
Thanks for the PR. 我觉得 mmdb 的优势在于可以很方便的匹配很多数据,国家,asn等。问题是,1,完整版是付费的,2,实际使用中除了 country,其余都用不到。 所以有了精简版的 mmdb,普遍只有 cn ip,而且数据源是 cidr 表。这种情况不如直接用 cidr 表。 综上,我觉得 mosdns 引入 mmdb 作用不大。 |
如果你能维护一个插件的 repo。我可以把链接放在 wiki。 |
国庆我看下哈^_^ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
#554
#547
增加 Maxmind DB 匹配器,用于匹配 response ip
data_provider
插件mmdb
,用于指定mmdb文件matcher
插件resp_ip_mmdb
,用于匹配 response ipPS:mmdb一般情况是只有匹配DNS结果IP的需要,所以只增加了response匹配
使用示例如下: