From ef087f45c85cab67afefd65ed765dc0a113d179b Mon Sep 17 00:00:00 2001 From: Owen Date: Tue, 25 Nov 2025 16:06:24 -0500 Subject: [PATCH] Add debug --- olm/olm.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/olm/olm.go b/olm/olm.go index 4bbda03..5ccbbf3 100644 --- a/olm/olm.go +++ b/olm/olm.go @@ -167,6 +167,9 @@ func StartTunnel(config TunnelConfig) { tunnelRunning = true // Also set it here in case it is called externally + // debug print out the whole config + logger.Debug("Starting tunnel with config: %+v", config) + if config.Holepunch { logger.Warn("Hole punching is enabled. This is EXPERIMENTAL and may not work in all environments.") }