06/08/30 16:43:31 6pA3BjWa0
>>335
使ってる鯖でgzipが使われてるか、datのmime-typeで弾かれてるんじゃないかな。
[HTTP headers]
In = FALSE
Out = TRUE
Key = "Accept-Encoding: KILL gzip (out)"
Match = "(*,|)\0 gzip (,\1|)"
Replace = "\0\1"
[HTTP headers]
In = TRUE
Out = FALSE
Key = "Content-Type: 2ch dat add mime (in)"
URL = "([^.]+.2ch.net|[^.]+.bbspink.com|jane.s28.xrea.com)(:80|)/*.dat(^?)"
Replace = "text/html"
を入れて試してみて。 >>334がwebフィルタで上の2つがヘッダフィルタね。