040cfd692e
update to 1.4.22 OBS-URL: https://build.opensuse.org/request/show/247227 OBS-URL: https://build.opensuse.org/package/show/server:dns/unbound?expand=0&rev=9
26 lines
1.2 KiB
Plaintext
26 lines
1.2 KiB
Plaintext
# Only the variables TCP, UDP, RPC, IP and BROADCAST are allowed.
|
|
# More may be supported in the future.
|
|
#
|
|
# For a more detailed description of the individual variables see
|
|
# the comments for FW_SERVICES_*_EXT in /etc/sysconfig/SuSEfirewall2
|
|
#
|
|
|
|
## Name: bind DNS server
|
|
## Description: Open ports for the bind DNS server
|
|
|
|
# space separated list of allowed TCP ports
|
|
TCP="domain"
|
|
|
|
# space separated list of allowed UDP ports
|
|
UDP="domain"
|
|
|
|
# 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=""
|
|
|