We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Malformed DNS_NAME "xn--12c1bik6bbd8ab6hd1b5jc6jta.com" at 34.95.80.156:443
The Thai domain เราเที่ยวด้วยกัน.com apparently is not matched with the \w regex.
\w
The text was updated successfully, but these errors were encountered:
Based on this it seems like we should be encoding domains to punycode internally, instead of decoding them.
Sorry, something went wrong.
Fixed in #741
TheTechromancer
No branches or pull requests
The Thai domain เราเที่ยวด้วยกัน.com apparently is not matched with the
\w
regex.The text was updated successfully, but these errors were encountered: