Skip to content

Instantly share code, notes, and snippets.

@thiagosf
Last active December 20, 2015 17:00
Show Gist options
  • Save thiagosf/773b7b2cc37b17089577 to your computer and use it in GitHub Desktop.
Save thiagosf/773b7b2cc37b17089577 to your computer and use it in GitHub Desktop.
Instrução IPTables para direcionar dominios para IP com porta definida manualmente #notes
$ iptables -t nat -A OUTPUT -p tcp --dport 80 -d test.dev -j DNAT --to-destination 33.33.33.60:7001
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment