vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Dear all, Does anyone know how to include a seperate pf conf file from another pf conf file? As number of rules are increased, I found that a set of rules is different from another set of rules. I want to seperate writing of different class of rules so that I can manage it easier. sam |
| |||
| On 30/06/2004 9:22 AM, sam wrote: > Does anyone know how to include a seperate pf conf file from another pf > conf file? As number of rules are increased, I found that a set of rules > is different from another set of rules. I want to seperate writing of > different class of rules so that I can manage it easier. According to PF.CONF(5), "load" in the "Anchors and Named Rulesets" may be what you need. |
| ||||
| clvrmnky wrote: > On 30/06/2004 9:22 AM, sam wrote: > >> Does anyone know how to include a seperate pf conf file from another >> pf conf file? As number of rules are increased, I found that a set of >> rules is different from another set of rules. I want to seperate >> writing of different class of rules so that I can manage it easier. > > > According to PF.CONF(5), "load" in the "Anchors and Named Rulesets" may > be what you need. Thanks, I got it. sam |