-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
0.3.0 #43
0.3.0 #43
Conversation
feat: change logging module
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
…ions/checkout-4 Bump actions/checkout from 3 to 4
…roxy into restructure/0.3.0
…develop [ci skip]
fix: change counter to increment only one for safety
The bootstrap resolver feature could support DNS-over-TCP and to set the port arbitrarily. This would be useful in firewalled environments, when the UDP or ports other than 80/443 are blocked. |
That makes sense indeed. Thanks for your great suggestion. I just remembered that even in my working environment, UDP 53 to external network is actually blocked. I will consider to put an option like |
What if the user wants to specify two different resolvers that use different ports and/or protocols (TCP and UDP)? Maybe something like "tcp://208.67.222.222:443" or "udp://1.1.1.1:53" would be more suitable. |
Improvements