Block access to specific port
I wanted to block specific port in my webserver and whitelist my IP address. To achieve that I used: iptables -A INPUT …
I wanted to block specific port in my webserver and whitelist my IP address. To achieve that I used: iptables -A INPUT …