Annotation of embedaddon/miniupnpd/miniupnpd.1, revision 1.1

1.1     ! misho       1: .TH miniupnpd 1
        !             2: .SH NAME
        !             3: miniupnpd \- UPnP Internet Gateway Device Daemon
        !             4: .SH SYNOPSIS
        !             5: .B miniupnpd
        !             6: [-f file] [-i interface] [-o address]
        !             7: [-a address] [-p port] [-d] [-L] [-U]
        !             8: [-u uuid] [-s serial] [-m model_number] 
        !             9: [-q queue]
        !            10: [-t interval] [-P file]
        !            11: [-B down up] [-w url]
        !            12: .SH DESCRIPTION
        !            13: miniupnpd act as a UPnP Internet Gateway Device. It is designed
        !            14: to run on the gateway between the internet and a NAT'ed LAN. It provides
        !            15: an interface, as defined in the UPnP standard, for enabling
        !            16: clients on the LAN to ask for port redirections.
        !            17: .SH OPTIONS
        !            18: .TP
        !            19: .B \-f file
        !            20: load the config from file. default is /etc/miniupnpd.conf.
        !            21: .TP
        !            22: .B \-i interface
        !            23: interface used to connect to the internet.
        !            24: .TP
        !            25: .B \-o address
        !            26: address used to connect to the internet.
        !            27: default address of the interface will be used if not specified.
        !            28: .TP
        !            29: .B \-a address
        !            30: address on the LAN. -a option can by used multiple time if LAN is
        !            31: subdivised in several subnetworks.
        !            32: .TP
        !            33: .B \-p port
        !            34: port used for HTTP.
        !            35: .TP
        !            36: .B \-d
        !            37: debug mode : do not go to background, output messages on console
        !            38: and do not filter out low priority messages.
        !            39: .TP
        !            40: .B \-L
        !            41: set packet log in pf on
        !            42: .TP
        !            43: .B \-q queue
        !            44: set ALTQ queue in pf. filter rules must be enabled for this option 
        !            45: to have any effect.
        !            46: .TP
        !            47: .B \-U
        !            48: report system uptime instead of daemon uptime to clients.
        !            49: .TP
        !            50: .B \-u uuid
        !            51: set the uuid of the UPnP Internet Gateway Device.
        !            52: .TP
        !            53: .B \-s serial
        !            54: serial number for the UPnP Internet Gateway Device.
        !            55: .TP
        !            56: .B \-m number
        !            57: model number for the UPnP Internet Gateway Device.
        !            58: .TP
        !            59: .B \-t interval
        !            60: SSDP notify interval in seconds :
        !            61: SSDP announce messages will be broadcasted at this interval.
        !            62: .TP
        !            63: .B \-P file
        !            64: pid file. default is /var/run/miniupnpd.pid
        !            65: .TP
        !            66: .B \-B down up
        !            67: download and upload bitrates reported to clients.
        !            68: .TP
        !            69: .B \-w url
        !            70: presentation url. default is first address on LAN, port 80.
        !            71: .SH "SEE ALSO"
        !            72: minissdpd(1) miniupnpc(3)
        !            73: .SH BUGS

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