forked from pool/hiawatha
3582d6f248
- Add firewall rules for http and https. OBS-URL: https://build.opensuse.org/request/show/222611 OBS-URL: https://build.opensuse.org/package/show/server:http/hiawatha?expand=0&rev=57
18 lines
379 B
Plaintext
18 lines
379 B
Plaintext
## Name: Hiwatha webserver (http)
|
|
## Description: Opens http port for Hiawatha webserver.
|
|
|
|
# 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=""
|