a3cec7836a
- Removed Suse and all other OS/Distribution related subdirs from contrib, so only the rest gets packaged. The subdirs are not necessary anymore (bnc#889028). - Removed README.SUSE file, it was to confusing and not necessary (bnc#889972). Information is already present in the upstream documentation. - Split up vendor-files.tar.bz2 into single files - Comply with systemd packaging guidlines OBS-URL: https://build.opensuse.org/request/show/243762 OBS-URL: https://build.opensuse.org/package/show/network/dnsmasq?expand=0&rev=60
25 lines
608 B
Plaintext
25 lines
608 B
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: dnsmasq
|
|
## Description: Open ports for the dnsmasq DNS/DHCP server
|
|
|
|
# space separated list of allowed TCP ports
|
|
TCP=""
|
|
|
|
# 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=""
|