In addition to "0.0.0.0" and "0.0.0.0 0.0.0.0" I've mentioned before, today I've noticed this line in my hosts.block file - from http://hostsfile.mine.nu: "0.0.0.0 PNAP-WDC002"
Although these are harmless, I wonder if we could get rid of such entries by adding this (hopefully harmless) command as well: sed "/^[0-9].*[0-9][$\r]/d"
In addition to "0.0.0.0" and "0.0.0.0 0.0.0.0" I've mentioned before, today I've noticed this line in my
hosts.block
file - from http://hostsfile.mine.nu: "0.0.0.0 PNAP-WDC002"Although these are harmless, I wonder if we could get rid of such entries by adding this (hopefully harmless) command as well:
sed "/^[0-9].*[0-9][$\r]/d"