Last active
July 8, 2020 13:27
-
-
Save ernierasta/2d4d09a7e4f975d4b4c2f4d787a7a53c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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