Diff for /embedaddon/miniupnpd/miniupnpd.conf between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2012/02/21 23:16:02 version 1.1.1.2, 2013/07/22 00:32:35
Line 1 Line 1
 # WAN network interface  # WAN network interface
#ext_ifname=eth0ext_ifname=eth1
ext_ifname=xl1#ext_ifname=xl1
 # if the WAN interface has several IP addresses, you  # if the WAN interface has several IP addresses, you
 # can specify the one to use below  # can specify the one to use below
 #ext_ip=  #ext_ip=
Line 8  ext_ifname=xl1 Line 8  ext_ifname=xl1
 # LAN network interfaces IPs / networks  # LAN network interfaces IPs / networks
 # there can be multiple listening ips for SSDP traffic.  # there can be multiple listening ips for SSDP traffic.
 # should be under the form nnn.nnn.nnn.nnn/nn  # should be under the form nnn.nnn.nnn.nnn/nn
# HTTP is available on all interfaces# It can also be the network interface name (ie "eth0")
 # It if mandatory to use the network interface name to enable IPv6
 # HTTP is available on all interfaces.
 # When MULTIPLE_EXTERNAL_IP is enabled, the external ip  # When MULTIPLE_EXTERNAL_IP is enabled, the external ip
 # address associated with the subnet follows. for example :  # address associated with the subnet follows. for example :
 #  listening_ip=192.168.0.1/24 88.22.44.13  #  listening_ip=192.168.0.1/24 88.22.44.13
listening_ip=192.168.0.1/24#listening_ip=192.168.0.1/24
listening_ip=192.168.1.1/24listening_ip=192.168.10.109/24
#listening_ip=#listening_ip=eth0
 # port for HTTP (descriptions and SOAP) traffic. set 0 for autoselect.  # port for HTTP (descriptions and SOAP) traffic. set 0 for autoselect.
 port=0  port=0
   
Line 37  enable_upnp=yes Line 39  enable_upnp=yes
 # lease file location  # lease file location
 #lease_file=/var/log/upnp.leases  #lease_file=/var/log/upnp.leases
   
   # name of this service, default is "`uname -s` Router"
   #friendly_name=MiniUPnPd router
   
 # bitrates reported by daemon in bits per second  # bitrates reported by daemon in bits per second
 bitrate_up=1000000  bitrate_up=1000000
 bitrate_down=10000000  bitrate_down=10000000
Line 67  notify_interval=60 Line 72  notify_interval=60
 # a 600 seconds (10 minutes) interval makes sense  # a 600 seconds (10 minutes) interval makes sense
 clean_ruleset_interval=600  clean_ruleset_interval=600
   
# log packets in pf# log packets in pf (default is no)
 #packet_log=no  #packet_log=no
   
   # anchor name in pf (default is miniupnpd)
   #anchor=miniupnpd
   
 # ALTQ queue in pf  # ALTQ queue in pf
 # filter rules must be used for this to be used.  # filter rules must be used for this to be used.
 # compile with PF_ENABLE_FILTER_RULES (see config.h file)  # compile with PF_ENABLE_FILTER_RULES (see config.h file)
Line 83  clean_ruleset_interval=600 Line 91  clean_ruleset_interval=600
 #quickrules=no  #quickrules=no
   
 # uuid : generate your own with "make genuuid"  # uuid : generate your own with "make genuuid"
uuid=fc4ec57e-b051-11db-88f8-0060085db3f6uuid=3d3cec3a-8cf0-11e0-98ee-001a6bd2d07b
   
 # serial and model number the daemon will report to clients  # serial and model number the daemon will report to clients
 # in its XML description  # in its XML description

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>