diff options
Diffstat (limited to 'server/src/main.rs')
| -rw-r--r-- | server/src/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/src/main.rs b/server/src/main.rs index 7ab19f30..be0bb005 100644 --- a/server/src/main.rs +++ b/server/src/main.rs @@ -47,6 +47,7 @@ pub(crate) struct Args { listen: SocketAddr, /// Enables submissions to the public server registry #[arg(long)] + #[cfg(feature = "register")] register: bool, /// Enables the mDNS responder for local network discovery #[cfg(feature = "mdns")] |