Skip to content

Instantly share code, notes, and snippets.

@ernierasta
Last active July 8, 2020 13:27
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 ernierasta/2d4d09a7e4f975d4b4c2f4d787a7a53c to your computer and use it in GitHub Desktop.
Save ernierasta/2d4d09a7e4f975d4b4c2f4d787a7a53c to your computer and use it in GitHub Desktop.
table inet nat {
chain postrouting {
type nat hook postrouting priority 0; policy accept;
masquerade
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment