The URL parser captured the first https:// URL found in cloudflared
stderr output. When cloudflared emits a quic-go UDP buffer warning
containing a github.com link, that documentation URL was incorrectly
captured as the tunnel's public URL.
Extract URL parsing into a testable helper function that skips known
documentation domains (github.com, cloudflare.com/docs,
developers.cloudflare.com) and recognises tunnel-specific log prefixes
("Visit it at", "Route at", "Registered tunnel connection") and the
.trycloudflare.com domain.
Closes #3413
|
||
|---|---|---|
| .. | ||
| cloudflare.rs | ||
| custom.rs | ||
| mod.rs | ||
| ngrok.rs | ||
| none.rs | ||
| tailscale.rs | ||