Skip to content

Commit

Permalink
Disable experimental network-hotplug feature by default
Browse files Browse the repository at this point in the history
  • Loading branch information
SimulPiscator committed Nov 24, 2023
1 parent 52d2a27 commit 5ab8c27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ Server::Server(int argc, char** argv)
{ "unix-socket", "", "listen on named unix socket", unixsocket },
{ "access-log", "", "HTTP access log, - for stdout", accesslog },
{ "hotplug", "true", "repeat scanner search on hotplug event", hotplug },
{ "network-hotplug", "true", "restart server on network change", networkhotplug },
{ "network-hotplug", "false", "restart server on network change", networkhotplug },
{ "mdns-announce", "true", "announce scanners via mDNS", announce },
{ "announce-secure", "false", "announce secure connection", announcesecure },
{ "web-interface", "true", "enable web interface", webinterface },
Expand Down

0 comments on commit 5ab8c27

Please sign in to comment.