[...]
The script needs GNU wget it seems (at least for hosts-file.net ).
[...]
Hi Misalf!
I wanted to turn back on this: Indeed doing
wget -q -O - http://hosts-file.net/ad_servers.asp
i get an error prompt
wget: bad address '.%5Cad_servers.txt'
.
Now, i'm trying to understand how and why ...
And if there is, eventually a way to play around this problem (?)
Guessing in the dark, i went to the address in the browser and copied the link to the host file, which looks like this:
http://hosts-file.net/.%5Cad_servers.txt
When i do "wget
http://hosts-file.net/.%5Cad_servers.txt" it works. But may be, that's a "static" link ... (?)
PS. As i understand it, TCL uses busybox, so if i do 'wget' in a shell in reality it is 'busybox wget' (because TCL somewhere - where? - defined wget as a symlink to busybox wget). Is that correct?