mirror of
https://github.com/fosrl/olm.git
synced 2026-02-08 05:56:41 +00:00
4
main.go
4
main.go
@@ -277,6 +277,10 @@ func runOlmMainWithArgs(ctx context.Context, args []string) {
|
|||||||
logger.Debug("Parameters: endpoint='%s', id='%s', secret='%s'", endpoint, id, secret)
|
logger.Debug("Parameters: endpoint='%s', id='%s', secret='%s'", endpoint, id, secret)
|
||||||
logger.Debug("HTTP enabled: %v, HTTP addr: %s", enableHTTP, httpAddr)
|
logger.Debug("HTTP enabled: %v, HTTP addr: %s", enableHTTP, httpAddr)
|
||||||
|
|
||||||
|
if doHolepunch {
|
||||||
|
logger.Warn("Hole punching is enabled. This is EXPERIMENTAL and may not work in all environments.")
|
||||||
|
}
|
||||||
|
|
||||||
// Handle test mode
|
// Handle test mode
|
||||||
if testMode {
|
if testMode {
|
||||||
if testTarget == "" {
|
if testTarget == "" {
|
||||||
|
|||||||
Reference in New Issue
Block a user