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
Not recognizing newer top-level domains #163
Comments
This is probably a losing battle. Maybe I should just give in and recommend people use the "nearly any" option. $ echo $(grep '^\.' tlds | cut -c2- | egrep -v '^[a-z]{2}$' | sort | uniq) | fold -w 61 -s | tr ' ' '|' | sed 's/^/"/;s/$/"/'
I've added loads more things to the list. This is probably a losing battle. Maybe I should just give in and recommend people use the "nearly any" option. |
Ok, well, with the new update, a lot of non-standard TLDs, and even ones that were working before (like bit.ly) have stopped being recognized, changing to "nearly any" works. |
@Berzerker you could use some more generic regex like |
Example here: http://imgur.com/DJpf199
Seems like the newer top level domains are confusing putty a bit.
The text was updated successfully, but these errors were encountered: