-
Notifications
You must be signed in to change notification settings - Fork 18
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
Enforced GOOGLE and CLOUDFLARE DNSes #59
Comments
Probably related, but we experience a heavy increase in errors with stack-trace like this: This increase happened after bumping to oxalis 6.7.0, which includes vefa 3.7.0. |
We've seen this as well, but this was actually just a correct result of the actual fix, where resolution errors are now correctly seen as LookupException instead of False NotFoundException and continue in Resolving based on configuration. These ('Unable to fetch ...') Errors were resolved on our side by tuning DNS configuration on client. |
Fixed as part of 96de5d0 |
After deployment of Oxalis 6.7.0 using vefa-peppol 3.7.0 we have noticed initial lookups are enforcing public DNS from GOOGLE and CLOUDFLARE due to this commit:
d6a1c0f
Public DNS is not really allowed in all enterprise environments and due to resolver logic sequentially using these servers before using system one, this is causing a performance drop and other related issues.
Can any DNS hardcoding be avoided or at least made configurable?
The text was updated successfully, but these errors were encountered: