Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ; this is the main zone configuration file for your firewall
- ; Allthough this is a very powerful feature, it may bring up
- ; some new risks to your system. e.g. when you are dealing
- ; too relaxed with trusted zones.
- ; you can easily add new zones here or custome the exiting ones.
- ; you can add multiple zones and multiple thrustee-metrics as well and map
- ; them against each other.
- ; when later refering in a zone section towards a metric, you can either
- ; do so by it's value or by it's name.
- ; If you refere a non-existent metric from within a zone section, there
- ; will only be a notice, the corresponding configuration files will be
- ; choosen by the next existing config with a metric less than the
- ; requested one.
- ; The same beheviour will be used if a metric section exisits, but it's
- ; set of configuration files is incomplete. The next lower metrical
- ; one available will be choosen.
- ; matric section
- [metric]
- ; thrustee-value of this metric
- value = 1
- ; name it for later use
- name = "homezone"
- ; matric section
- [metric]
- ; thrustee-value of this metric
- value = 500
- ; name it for later use
- name = "internet"
- ; matric section
- [metric]
- ; thrustee-value of this metric
- value = 1000
- ; name it for later use
- name = "death-evil"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement