Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions pkg/daemon/daemon.go
Original file line number Diff line number Diff line change
Expand Up @@ -666,6 +666,8 @@ func (d *Daemon) Start() error {
if err := d.tunnels.EnableEncryption(); err != nil {
return fmt.Errorf("tunnel encryption: %w", err)
}
} else {
slog.Warn("tunnel encryption is disabled — all connections will send plaintext")
}

// 2b. Wire the event bus into the tunnel layer BEFORE starting the
Expand Down
Loading