Revert "Add --disable-default-route CLI flag documentation (#595)" (#601)

This reverts commit 8ebe477d54.
This commit is contained in:
Maycon Santos
2026-02-14 16:33:25 +01:00
committed by GitHub
parent e3603aa4ee
commit 024ce42bfa
2 changed files with 0 additions and 15 deletions

View File

@@ -82,7 +82,6 @@ The command will check if the peer is logged in and connect to the management se
--allow-server-ssh Allow SSH server on peer. If enabled, the SSH server will be permitted
--disable-auto-connect Disables auto-connect feature. If enabled, then the client won't connect automatically when the service starts.
--disable-default-route Prevents installation of the default route (0.0.0.0/0) into the system routing table while preserving WireGuard AllowedIPs configuration. Useful when you want to manage routing externally.
--disable-ssh-auth Disable SSH JWT authentication. If enabled, any peer with network access can connect without user authentication
--dns-resolver-address string Sets a custom address for NetBird's local DNS resolver. If set, the agent won't attempt to discover the best ip and port to listen on. An empty string "" clears the previous configuration. E.g. --dns-resolver-address 127.0.0.1:5053 or --dns-resolver-address ""
--ssh-jwt-cache-ttl int SSH JWT token cache TTL in seconds. Set to 0 to disable caching (default). E.g. --ssh-jwt-cache-ttl 3600 for 1-hour cache