You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
1.1 KiB
40 lines
1.1 KiB
6 years ago
|
<!-- NOTE: These are used by 'anvil-manage-firewall', which is in turn called each minute by 'anvil-daemon'. -->
|
||
|
<!-- Changes to these templates should propagate within a minute or so. -->
|
||
|
|
||
|
<!-- start bcn_zone -->
|
||
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<zone>
|
||
|
<short>#!variable!zone!#</short>
|
||
|
<description>#!variable!description!#</description>
|
||
6 years ago
|
<service name="cockpit"/>
|
||
6 years ago
|
<service name="http"/>
|
||
|
<service name="https"/>
|
||
6 years ago
|
<service name="postgresql"/>
|
||
|
<service name="ssh"/>
|
||
|
<service name="tftp"/>
|
||
5 years ago
|
<service name="high-availability"/>
|
||
6 years ago
|
</zone>
|
||
|
<!-- end bcn_zone -->
|
||
|
|
||
|
<!-- start ifn_zone -->
|
||
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<zone>
|
||
|
<short>#!variable!zone!#</short>
|
||
|
<description>#!variable!description!#</description>
|
||
6 years ago
|
<service name="cockpit"/>
|
||
6 years ago
|
<service name="http"/>
|
||
|
<service name="https"/>
|
||
6 years ago
|
<service name="postgresql"/>
|
||
|
<service name="ssh"/>
|
||
6 years ago
|
</zone>
|
||
|
<!-- end ifn_zone -->
|
||
|
|
||
|
<!-- start sn_zone -->
|
||
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<zone>
|
||
|
<short>#!variable!zone!#</short>
|
||
|
<description>#!variable!description!#</description>
|
||
|
<service name="ssh"/>
|
||
|
</zone>
|
||
|
<!-- end sn_zone -->
|