o
Some checks failed
Docker Build and Push / build-and-push (push) Has been cancelled

This commit is contained in:
2025-12-08 20:49:32 +07:00
parent 5d9f7aee92
commit d3e8784277

View File

@ -355,7 +355,7 @@ func (i *Interaction) ShowForwardingMessage() {
if utils.Getenv("tls_enabled") == "true" { if utils.Getenv("tls_enabled") == "true" {
protocol = "https" protocol = "https"
} }
i.SendMessage(fmt.Sprintf("Forwarding your traffic to %s://%s.%s \r\n", protocol, i.SlugManager.Get(), domain)) i.SendMessage(fmt.Sprintf("Forwarding your traffic too %s://%s.%s \r\n", protocol, i.SlugManager.Get(), domain))
} else { } else {
i.SendMessage(fmt.Sprintf("Forwarding your traffic to tcp://%s:%d \r\n", domain, i.Forwarder.GetForwardedPort())) i.SendMessage(fmt.Sprintf("Forwarding your traffic to tcp://%s:%d \r\n", domain, i.Forwarder.GetForwardedPort()))
} }