4 Nov
2016
4 Nov
'16
11:07 a.m.
Hi, I have configured apache + php + mysql in my house. I like block the specific url traffic over https... I found this: iptables -A OUTPUT -p tcp --sport 443 -m string --string "anything" --algo kmp -j REJECT But not works... With http works very well... Any ideas?? Thanks in advanced.