Created
October 18, 2022 17:15
-
-
Save Tawmu/32e5e65771bdde2d35fab5a7ce9ee6b8 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
$natrules = "\n# NAT Redirects\n"; | |
$natrules .= "no nat proto carp all\n"; | |
$natrules .= "no rdr proto carp all\n"; | |
$natrules .= "binat-anchor \"miniupnpd\"\n"; | |
$natrules .= "nat-anchor \"miniupnpd\"\n"; | |
$natrules .= $fw->outputNatRules(); | |
$rules .= "{$natrules}\n"; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment