Add (currently undocumented) option to allow management from certain networks.
This commit is contained in:
parent
ee5bd57d40
commit
b6c99ba3ef
3 changed files with 36 additions and 16 deletions
|
@ -98,10 +98,12 @@ public:
|
|||
*
|
||||
* @param hp Home path
|
||||
* @param port TCP and UDP port for packets and HTTP control (if 0, pick random port)
|
||||
* @param allowManagementFrom If non-NULL, allow control from supplied IP/netmask
|
||||
*/
|
||||
static OneService *newInstance(
|
||||
const char *hp,
|
||||
unsigned int port);
|
||||
unsigned int port,
|
||||
const char *allowManagementFrom = (const char *)0);
|
||||
|
||||
virtual ~OneService();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue