添加黑名单机制#12
Open
x500x wants to merge 3 commits into
Open
Conversation
This file contains hidden or 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
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.
解决问题:使用ProcessALLName时,会代理所有进程;如果有了黑名单,就可以将黑名单中的进程排除(如:python的requests库如果verify=True,sunnyNet是代理它是会引发SSL:CERTIFICATE_VERIFY_FAILED错误的;其它软件开启了Tun的可以通过黑名单排除从而消除冲突)。
黑名单机制仅在开启代理全部进程时生效。
我在windows 11 26100下,使用go version go1.25.5 windows/amd64编译并测试了并表现为成功。
注意:我没有编译成dll测试。