只想要過濾網址
原本是使用L7 filter來過濾封包.
EX:
iptables -A FORWARD -m string --string "yahoo" --algo kmp -j DROP
但是網頁內容包含yahoo也會被封鎖
有找到webstr這個關鍵字,不知道怎麼安裝
或者是有其他方法嗎?
謝謝各位
--
原本是使用L7 filter來過濾封包.
EX:
iptables -A FORWARD -m string --string "yahoo" --algo kmp -j DROP
但是網頁內容包含yahoo也會被封鎖
有找到webstr這個關鍵字,不知道怎麼安裝
或者是有其他方法嗎?
謝謝各位
--
All Comments