Skip to content

Instantly share code, notes, and snippets.

@zarza
Created July 19, 2022 18:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zarza/efec7b74abe8733f742ead5226bd1511 to your computer and use it in GitHub Desktop.
Save zarza/efec7b74abe8733f742ead5226bd1511 to your computer and use it in GitHub Desktop.
Bypass port 25 blocking
iptables -t nat -A OUTPUT -p tcp --dport 25 -j DNAT --to-destination :587
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment