mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-18 16:26:38 +00:00
use embedded netbird agent for tunneling
This commit is contained in:
@@ -52,7 +52,7 @@ func run(cmd *cobra.Command, args []string) error {
|
||||
log.Infof("Starting Netbird Proxy - %s", version.Short())
|
||||
log.Debugf("Full version info: %s", version.String())
|
||||
log.Info("Configuration loaded successfully")
|
||||
log.Infof("Listen Address: %s", config.ListenAddress)
|
||||
log.Infof("Listen Address: %s", config.ReverseProxy.ListenAddress)
|
||||
log.Infof("Log Level: %s", config.LogLevel)
|
||||
|
||||
// Create server instance
|
||||
|
||||
Reference in New Issue
Block a user