Hello,
im unsing a reverseproxy from a vendor for no ip leaking. The firewall with apache is bull shit i thought. I cant type in Block a ip with a port together..
I Just know this from other panels.
Im switching right now to nginx the first time. How is that possible?
thats what i thought on console...
sudo iptables -A INPUT -p tcp -s 111.111.111/24 --dport 80 -j ACCEPT
sudo iptables -A INPUT -p tcp -s 0.0.0.0/0 --dport 80 -j DROP
sudo iptables -A INPUT -p tcp -s 111.111.111/24 --dport 443 -j ACCEPT
sudo iptables -A INPUT -p tcp -s 0.0.0.0/0 --dport 443 -j DROP
SO that noone can acess to my webserver, only these ips.
So far, nice panel!Would recommend!
Regards