18 lines
358 B
Plaintext
18 lines
358 B
Plaintext
## Name: Apache 2
|
|
## Description: Opens ports for Apache Web Server.
|
|
|
|
# space separated list of allowed TCP ports
|
|
TCP="http"
|
|
|
|
# space separated list of allowed UDP ports
|
|
UDP="http"
|
|
|
|
# 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=""
|