]> git.ipfire.org Git - ipfire-2.x.git/blob - config/miniupnpd/miniupnpd.conf
dhcpcd: fix delay after dhcp down.
[ipfire-2.x.git] / config / miniupnpd / miniupnpd.conf
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.
7 port=0
8
9 # chain names for netfilter (not used for pf or ipf).
10 upnp_forward_chain=UPNPFW
11 upnp_nat_chain=UPNPFW
12
13 # bitrates reported by daemon in bits per second
14 bitrate_up=1000000
15 bitrate_down=10000000
16
17 # "secure" mode : when enabled, UPnP client are allowed to add mappings only
18 # to their IP.
19 secure_mode=yes
20
21 # report system uptime instead of daemon uptime
22 system_uptime=yes
23
24 # notify interval in seconds. default is 30 seconds.
25 notify_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
33 clean_ruleset_interval=600
34
35 # serial and model number the daemon will report to clients
36 # in its XML description
37 serial=12345678
38 model_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"
47 allow 0-65535 0.0.0.0/0 0-65535