Make allow management from a local.conf parameters.
This commit is contained in:
parent
bad4b72f82
commit
890f6f0d35
3 changed files with 132 additions and 116 deletions
|
@ -98,12 +98,8 @@ 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,
|
||||
const char *allowManagementFrom = (const char *)0);
|
||||
static OneService *newInstance(const char *hp,unsigned int port);
|
||||
|
||||
virtual ~OneService();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue