-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Increase CNAME lookup limit from 7 to 10 #7153
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
Conversation
b6dfb7f
to
edfa8f2
Compare
So digging around, I found a thread NLnetLabs/unbound#438 where a similar limit was increased to 11. There is https://lists.isc.org/pipermail/bind-users/2010-July/080543.html that claims BIND will do 16. Perhaps it's worth making this a configuration option at the same time we bump it? |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #7153 +/- ##
==========================================
+ Coverage 55.70% 57.84% +2.14%
==========================================
Files 224 270 +46
Lines 10016 17383 +7367
==========================================
+ Hits 5579 10056 +4477
- Misses 3978 6716 +2738
- Partials 459 611 +152 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Thought about making it a config option too but wasn't sure where to begin. Ill give it a shot though Question: would this be a proper use case to create a plugin? or can this be done on existing code? |
Can we get this merged for now? I can work on getting it a configurable value after, not sure how long it'll take for me. |
edfa8f2
to
5a5c3d6
Compare
Yes, I'm OK with this for now. Maybe at a minimum, change the value to a package level |
e3e3542
to
28462f7
Compare
Sorry for the delay. done. |
@uuoonim you need to fix the CI failures before we can merge this |
28462f7
to
5a5c3d6
Compare
Signed-off-by: Min Woo Kim <59036289+minportant@users.noreply.github.com> Signed-off-by: Min Woo Kim <minportant@gmail.com>
5a5c3d6
to
d96036e
Compare
1. Why is this pull request needed and what does it do?
Found a use case where we need to do more than 7 CNAME lookups. For example, hitting an OpenAI endpoint from azure. One example of the endpoint they have on their website is docs-test-001.openai.azure.com, which exceeds 7 lookups, cannot get to the A record.
2. Which issues (if any) are related?
#7123
#7125
3. Which documentation changes (if any) need to be made?
This isn't documented anywhere already. Not sure if it needs to be
4. Does this introduce a backward incompatible change or deprecation?
No