Hi all,
I'm a newbie in WifiRouter firmware coding. I'm now encountering a web url filtering problem. I want to use the iptables Webstr match to block the unwanted URL. I found the webstr module (xt_webstr.c) in iptables source code but after build the new system I could not find the webstr module in kernel (xt_webstr.ko). So I think maybe our kernel source code doesn't have the webstr module. I'm now using the linux kernel version 2.6.31.
Please help me to integrate the webstr module to our source code.
Thanks, brothers and sorry for my bad experience.