]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blame - config/miniupnpd/miniupnpd.conf
proxy.pac: Don't use proxy for direct domain access.
[people/teissler/ipfire-2.x.git] / config / miniupnpd / miniupnpd.conf
CommitLineData
54194ba4
MT
1
2# LAN network interfaces IPs / networks
3# there can be multiple listening ips for SSDP traffic.
4# should be under the form nnn.nnn.nnn.nnn/nn
5# HTTP is available on all interfaces
6# port for HTTP (descriptions and SOAP) traffic. set 0 for autoselect.
7port=0
8
9# chain names for netfilter (not used for pf or ipf).
10upnp_forward_chain=UPNPFW
11upnp_nat_chain=UPNPFW
12
13# bitrates reported by daemon in bits per second
14bitrate_up=1000000
15bitrate_down=10000000
16
17# "secure" mode : when enabled, UPnP client are allowed to add mappings only
18# to their IP.
19secure_mode=yes
20
21# report system uptime instead of daemon uptime
22system_uptime=yes
23
24# notify interval in seconds. default is 30 seconds.
25notify_interval=60
26
27# unused rules cleaning.
28# never remove any rule before this threshold for the number
29# of redirections is exceeded. default to 20
30#clean_ruleset_threshold=10
31# clean process work interval in seconds. default to 0 (disabled).
32# a 600 seconds (10 minutes) interval makes sense
33clean_ruleset_interval=600
34
35# serial and model number the daemon will report to clients
36# in its XML description
37serial=12345678
38model_number=1
39
40# UPnP permission rules
41# (allow|deny) (external port range) ip/mask (internal port range)
42# A port range is <min port>-<max port> or <port> if there is only
43# one port in the range.
44# ip/mask format must be nn.nn.nn.nn/nn
45# it is advised to only allow redirection of port above 1024
46# and to finish the rule set with "deny 0-65535 0.0.0.0/0 0-65535"
47allow 0-65535 0.0.0.0/0 0-65535