-
-
Notifications
You must be signed in to change notification settings - Fork 12
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
HTTP req to blocklist URL defaults to AAAA recrod address, no failback to A record #846
Comments
I don't think I can control that in the blocky config |
I set forward_ip, recreated my pods from the tagged v0.8.1 release, set forward_blocky again after they all finished, and all seems well now. Wildcard lists are working. Thanks! |
I did some more testing and gathered some more logs. It seems the issue was actually that the A records were not obtained. I am seeing this issue with forward_ip type, so it must not be related to blocky. Here are some examples of what I am seeing. This is on v0.8.1 tagged release. Incomplete CNAME resolution: https://pastebin.com/raw/zfSic0ZR Resolves AAAA records, but not A records: https://pastebin.com/raw/kAwymuUz |
Rolled cluster back to v0.7.0 and cleared out all records in root zone. The 2 example domains posted above now resolve as expected: https://pastebin.com/raw/Fhv7TXzk Config in all test cases:
|
On d6148a7
There is no IPv6 connectivity on my instance and it does not seem to attempt the A record address.
The text was updated successfully, but these errors were encountered: