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

fix(dig): tell dig to not convert idn to locale string #106

Merged
merged 1 commit into from
Jan 19, 2024

Conversation

joelwurtz
Copy link
Contributor

When fetching a dns with special utf8 characters (xn--) dig will try by default to convert it, however it require some locales and since there are no env variable in the process defining it (LANG env var) it currently fails. This change make dig to no try to convert this domain in this case (which works for mostly all dns providers)

When fetching a dns with special utf8 characters (xn--) dig will try by default to convert it, however it require some locales and since there are no env variable in the process defining it (LANG env var) it currently fails.
This change make dig to no try to convert this domain in this case (which works for mostly all dns providers)
@freekmurze freekmurze merged commit f608dbf into spatie:main Jan 19, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants