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

All domains are failing #5

Closed
HarryFink opened this issue Mar 27, 2014 · 5 comments
Closed

All domains are failing #5

HarryFink opened this issue Mar 27, 2014 · 5 comments

Comments

@HarryFink
Copy link

black.uribl.com is failing to return an array object while the other 2 return an empty array. Because of this the record count for the 2 empty arrays is 0 as expected but black.uribl.com is returning a count of 1. Thus all attempts to create short urls are being defined as blacklisted and checks on existing domains are being deleted because they are showing as blacklisted on the 25:5 spot checks.

@ozh ozh closed this as completed in 91d455b Mar 27, 2014
@ozh
Copy link
Member

ozh commented Mar 27, 2014

Indeed, now fixed

@caesss
Copy link

caesss commented Mar 28, 2014

maybe i'm missing something. I updated to 1.0.1 and all domains are still failing on my site.

@ozh
Copy link
Member

ozh commented Mar 28, 2014

I've committed another tweak and tagged 1.0.2, please check and tell if that works.

Works for me: random domains are accepted, domains found on http://rss.uribl.com/ns/registrar_servers_com.html for instance are rejected

@HarryFink
Copy link
Author

Using Yourls.org as the target for url shortening, here is the array returned from black.uribl.com:
Array ( [0] => Array ( [host] => yourls.org.black.uribl.com [type] => TXT [txt] => 127.0.0.1 -> Query Refused. See http://uribl.com/refused.shtml for more information [Your DNS IP: 74.220.198.175] [class] => IN [ttl] => 2100 ) [1] => Array ( [host] => yourls.org.black.uribl.com [type] => A [ip] => 127.0.0.1 [class] => IN [ttl] => 2100 ) )

It appears queries can be refused based originating DNS? It does however create a false positive for Blacklist as it is a record returned in the array.

@ozh
Copy link
Member

ozh commented Mar 29, 2014

Indeed, it may depend on the DNS used. In my case for instance, yourls.org does not raise any problem. In such a case, I'm afraid there's nothing much to do (except changing DNS, as advised in the linked page)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants