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
Using yoyo's wonky URL, I get the following output and execution doesn't complete.
Steve at 0xf $ ./ghosts -i https://pgl.yoyo.org/adservers/serverlist.php?hostformat=hosts&mimetype=plaintext [1] 12294 Steve at 0xf $ -------------------------------------------------------------------------------- Base hosts file summary: -------------------------------------------------------------------------------- Location: https://pgl.yoyo.org/adservers/serverlist.php?hostformat=hosts Domains: 3,280 Bytes: 89 kB --------------------------------------------------------------------------------
Truncating the URL works just fine:
Steve at 0xf $ ./ghosts -i https://pgl.yoyo.org/adservers/serverlist.php -------------------------------------------------------------------------------- Base hosts file summary: -------------------------------------------------------------------------------- Location: https://pgl.yoyo.org/adservers/serverlist.php Domains: 3,280 Bytes: 89 kB --------------------------------------------------------------------------------
The text was updated successfully, but these errors were encountered:
StevenBlack
No branches or pull requests
Using yoyo's wonky URL, I get the following output and execution doesn't complete.
Truncating the URL works just fine:
The text was updated successfully, but these errors were encountered: