All Downloads are FREE. Search and download functionalities are using the official Maven repository.

scripts.blockport Maven / Gradle / Ivy

The newest version!
iptables -A INPUT -p tcp -m tcp --dport ${port} -j DROP
iptables -A INPUT -p udp -m udp --dport ${port} -j DROP




© 2015 - 2024 Weber Informatics LLC | Privacy Policy