Your right, my first guess would be a syntax error in the etter.dns file. And just as an example, this works fine for me:
As far as the filter, if the code you posted is a copy/paste from your filter the second and third line of your code should look like this:Code:* A 65.98.92.48 *.* A 65.98.92.48 *.*.* A 65.98.92.48 *.*.*.* A 65.98.92.48
The way you have it set up now the first replace command doesn't do anything. This might solve the rest of the problem, if it doesn't a partial fix for the text swapping would be to add spaces to the spoofed address as the browser should work with "www.yahoo.com" or "www.yahoo .com". This only works if the spoofed address is shorter than the original one.Code:if (search(DATA.data, "Accept-Encoding")) { replace("Accept-Encoding", "Accept-Rubbish!");




