-
Notifications
You must be signed in to change notification settings - Fork 2k
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
feature: 支持IP预设置功能 #321
Merged
wangliang181230
merged 30 commits into
docmirror:master
from
wangliang181230:feature/IP预设置可配置化
Jul 8, 2024
The head ref may contain hidden characters: "feature/IP\u9884\u8BBE\u7F6E\u53EF\u914D\u7F6E\u5316"
Merged
feature: 支持IP预设置功能 #321
wangliang181230
merged 30 commits into
docmirror:master
from
wangliang181230:feature/IP预设置可配置化
Jul 8, 2024
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
直接返回内置IP集,使用距离较近的IP地址
添加DNS
域名collector.github.com已根据AdGuard DNS filter规则拦截,缩短加载时间
# Conflicts: # packages/core/src/config/index.js # packages/mitmproxy/src/lib/dns/https.js
wangliang181230
added a commit
to wangliang181230/dev-sidecar
that referenced
this pull request
Aug 1, 2024
(cherry picked from commit 5e6e7b2)
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.
Ⅰ. 描述此PR的作用:
feature: IP预设置功能可配置化(注:需要与
DNS设置
或IP测速
功能结合使用,否则不会生效。)说明:该功能中设置的IP会代替
查询DNS服务
,直接将预设置的IP列表返回。optimize: IP测速功能,鼠标移到IP上可显示IP来源DNS。
Ⅱ. 此PR修复了哪个issue吗?
fixes #309