cleanup: remote obsolete references to listening_ip
This commit is contained in:
parent
0ea24845eb
commit
76a1ffff4e
@ -28,10 +28,6 @@ There should be no need to change this.
|
|||||||
.IP "\fBnetwork_interface\fP"
|
.IP "\fBnetwork_interface\fP"
|
||||||
Network interfaces to serve, comma delimited. Defaults to all.
|
Network interfaces to serve, comma delimited. Defaults to all.
|
||||||
|
|
||||||
.IP "\fBlistening_ip\fP"
|
|
||||||
Force to use specific IP address, not usually needed, minidlna will use the range
|
|
||||||
associated with network_interface.
|
|
||||||
|
|
||||||
.IP "\fBstrict_dlna\fP"
|
.IP "\fBstrict_dlna\fP"
|
||||||
.nf
|
.nf
|
||||||
Set this to strictly adhere to DLNA standards.
|
Set this to strictly adhere to DLNA standards.
|
||||||
|
@ -30,9 +30,6 @@ This forces minidlna to rescan all of the media_dir directories.
|
|||||||
.IP "\fB\-f\fR \fIconfig_file\fR"
|
.IP "\fB\-f\fR \fIconfig_file\fR"
|
||||||
Run minidlna with a different configuration file than the global default.
|
Run minidlna with a different configuration file than the global default.
|
||||||
|
|
||||||
.IP "\fB\-a\fR \fIlistening_ip\fR"
|
|
||||||
If your machine has multiple IP's, you can tell minidlna to bind to a specific address.
|
|
||||||
|
|
||||||
.IP "\fB\-p\fR \fIport\fR"
|
.IP "\fB\-p\fR \fIport\fR"
|
||||||
Allows to run minidlna on a different port.
|
Allows to run minidlna on a different port.
|
||||||
|
|
||||||
|
@ -36,7 +36,6 @@
|
|||||||
enum upnpconfigoptions {
|
enum upnpconfigoptions {
|
||||||
UPNP_INVALID = 0,
|
UPNP_INVALID = 0,
|
||||||
UPNPIFNAME = 1, /* ext_ifname */
|
UPNPIFNAME = 1, /* ext_ifname */
|
||||||
UPNPLISTENING_IP, /* listening_ip */
|
|
||||||
UPNPPORT, /* port */
|
UPNPPORT, /* port */
|
||||||
UPNPPRESENTATIONURL, /* presentation_url */
|
UPNPPRESENTATIONURL, /* presentation_url */
|
||||||
UPNPNOTIFY_INTERVAL, /* notify_interval */
|
UPNPNOTIFY_INTERVAL, /* notify_interval */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user