Zeus 用rewrite实现防盗链

Zeus 用rewrite实现防盗链的方法

Sponsored Links

match URL into $ with .(jpg|gif|bmp)$
if matched then
set SCRATCH:COND = %{IN:Referer}
match SCRATCH:COND into % with ^( http://(.+.)?xmlchina.org/)(.*)$
if not matched then
set URL = /404.jpg
endif
endif

标签: ,

留下回复

:wink: :-| :-x :twisted: :) 8-O :( :roll: :-P :oops: :-o :mrgreen: :lol: :idea: :-D :evil: :cry: 8) :arrow: :-? :?: :!: