Skip to content

Instantly share code, notes, and snippets.

@joschuck
Created March 26, 2016 16:20
Show Gist options
  • Select an option

  • Save joschuck/2cd2bf0c835865f78bf3 to your computer and use it in GitHub Desktop.

Select an option

Save joschuck/2cd2bf0c835865f78bf3 to your computer and use it in GitHub Desktop.
iptables
iptables -A INPUT -p tcp -s localhost --dport 25 -j ACCEPT
iptables -A INPUT -p tcp --dport 25 -j DROP
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment