* Add new options to (1) force a rescan at startup, (2) display help text, and (3) bind to a specified network interface.
This commit is contained in:
@ -20,8 +20,7 @@ static const struct {
|
||||
enum upnpconfigoptions id;
|
||||
const char * name;
|
||||
} optionids[] = {
|
||||
{ UPNPEXT_IFNAME, "ext_ifname" },
|
||||
{ UPNPEXT_IP, "ext_ip" },
|
||||
{ UPNPIFNAME, "network_interface" },
|
||||
{ UPNPLISTENING_IP, "listening_ip" },
|
||||
{ UPNPPORT, "port" },
|
||||
{ UPNPPRESENTATIONURL, "presentation_url" },
|
||||
|
Reference in New Issue
Block a user