Skip to content

Instantly share code, notes, and snippets.

@Tawmu
Created October 18, 2022 17:15
Show Gist options
  • Save Tawmu/32e5e65771bdde2d35fab5a7ce9ee6b8 to your computer and use it in GitHub Desktop.
Save Tawmu/32e5e65771bdde2d35fab5a7ce9ee6b8 to your computer and use it in GitHub Desktop.
$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