Lines 8-30
Link Here
|
8 |
# the 1st IP is also used for UPnP Soap traffic. |
8 |
# the 1st IP is also used for UPnP Soap traffic. |
9 |
#listening_ip= 192.168.0.61 |
9 |
#listening_ip= 192.168.0.61 |
10 |
listening_ip=10.0.2.1 |
10 |
listening_ip=10.0.2.1 |
|
|
11 |
|
12 |
# port for HTTP (descriptions and SOAP) traffic. set 0 for autoselect. |
11 |
port=5555 |
13 |
port=5555 |
12 |
|
14 |
|
|
|
15 |
# path to the unix socket used to communicate with MiniSSDPd |
16 |
# If running, MiniSSDPd will manage M-SEARCH answering. |
17 |
# default is /var/run/minissdpd.sock |
18 |
#minissdpdsocket=/var/run/minissdpd.sock |
19 |
|
20 |
# enable NAT-PMP support (default is no) |
21 |
#enable_natpmp=no |
22 |
|
23 |
# lease file location |
24 |
#lease_file=/var/log/upnp.leases |
25 |
|
13 |
# bitrates reported by daemon in bits per second |
26 |
# bitrates reported by daemon in bits per second |
14 |
bitrate_up=131072 |
27 |
bitrate_up=131072 |
15 |
bitrate_down=524288 |
28 |
bitrate_down=524288 |
16 |
|
29 |
|
|
|
30 |
# "secure" mode : when enabled, UPnP client are allowed to add mappings only |
31 |
# to their IP. (default is yes) |
32 |
#secure_mode=yes |
33 |
|
17 |
# default presentation url is http address on port 80 |
34 |
# default presentation url is http address on port 80 |
18 |
#presentation_url= |
35 |
#presentation_url= |
19 |
|
36 |
|
20 |
# report system uptime instead of daemon uptime |
37 |
# report system uptime instead of daemon uptime |
21 |
system_uptime=yes |
38 |
system_uptime=yes |
22 |
|
39 |
|
|
|
40 |
# unused rules cleaning. |
41 |
# never remove any rule before this threshold for the number |
42 |
# of redirections is exceeded. default to 20 |
43 |
#clean_ruleset_threshold=10 |
44 |
# clean process work interval in seconds. default to 0 (disabled). |
45 |
# a 600 seconds (10 minutes) interval makes sense |
46 |
clean_ruleset_interval=600 |
47 |
|
23 |
# notify interval in seconds default is 30 seconds. |
48 |
# notify interval in seconds default is 30 seconds. |
24 |
#notify_interval=240 |
49 |
#notify_interval=240 |
25 |
|
50 |
|
26 |
# log packets in pf |
51 |
# log packets in pf |
27 |
#packet_log=no |
52 |
#packet_log=no |
|
|
53 |
# ALTQ queue in pf |
54 |
# filter rules must be used for this to be used. |
55 |
# compile with PF_ENABLE_FILTER_RULES (see config.h file) |
56 |
#queue=queue_name1 |
28 |
|
57 |
|
29 |
# uuid : generated by the install a new one can be created with |
58 |
# uuid : generated by the install a new one can be created with |
30 |
# uuidgen |
59 |
# uuidgen |