mirror of https://github.com/F-Stack/f-stack.git
13 lines
301 B
C
13 lines
301 B
C
//sets default policy to pass what is not explicitly denied
|
|
#define IPFIREWALL_DEFAULT_TO_ACCEPT 1
|
|
|
|
//enables logging for rules with log keyword
|
|
//#define IPFIREWALL_VERBOSE 1
|
|
|
|
//limits number of logged packets per-entry
|
|
//#define IPFIREWALL_VERBOSE_LIMIT 5
|
|
|
|
//enables NAT
|
|
//#define IPFIREWALL_NAT 1
|
|
|