Skip to content
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

optimize: avoid conflict with potential local dns server #422

Merged
merged 7 commits into from
Jan 22, 2024

Conversation

mzz2017
Copy link
Contributor

@mzz2017 mzz2017 commented Jan 11, 2024

Background

class Anyfrom cache udp socket for 5 seconds, which may conflict with local dns server and make them fail in serving and listening.

Checklist

Full Changelogs

  • Add port 53 to whitelist and do not cache it.

Issue Reference

Closes #412

Test Result

Copy link
Contributor

@sumire88 sumire88 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good stuff.

Copy link
Contributor

@dae-prow dae-prow bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🧪 Since the PR has been fully tested, please consider merging it.

@mzz2017 mzz2017 merged commit b0f6205 into main Jan 22, 2024
23 of 25 checks passed
@mzz2017 mzz2017 deleted the mzz/optimize_add_53_anyfrom_whitelist branch January 22, 2024 09:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug Report] Version 0.5.0 does not work when using an external dns service.
2 participants