18 lines
360 B
Plaintext
18 lines
360 B
Plaintext
|
## Name: Apache 2
|
||
|
## Description: Opens ports for Apache Web Server.
|
||
|
|
||
|
# space separated list of allowed TCP ports
|
||
|
TCP="https"
|
||
|
|
||
|
# space separated list of allowed UDP ports
|
||
|
UDP="https"
|
||
|
|
||
|
# space separated list of allowed RPC services
|
||
|
RPC=""
|
||
|
|
||
|
# space separated list of allowed IP protocols
|
||
|
IP=""
|
||
|
|
||
|
# space separated list of allowed UDP broadcast ports
|
||
|
BROADCAST=""
|