Changeset 8212 in genesis for tools


Ignore:
Timestamp:
Aug 2, 2010, 9:09:53 PM (14 years ago)
Author:
richardvm
Message:

Option for NAT

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/proxy-8.0/wleiden.pl

    r8030 r8212  
    310310  }
    311311
     312  if ( $nat =~ /yes/i ) {
     313    $output .= "\n";
     314    $output .= "# Enable nat and stateful firewalling\n";
     315    $output .= "pf_enable=\"YES\"\n";
     316    $output .= "pf_rules=\"/etc/pf.conf\"\n";
     317  }
     318
    312319  return($output);
    313320};
Note: See TracChangeset for help on using the changeset viewer.