Skip to content

Commit e9f0101

Browse files
committed
TUN-8425: Remove ICMP binding for quick tunnels
1 parent 8184bc4 commit e9f0101

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

cmd/cloudflared/tunnel/cmd.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -409,6 +409,11 @@ func StartServer(
409409
}
410410
}
411411

412+
// Disable ICMP packet routing for quick tunnels
413+
if quickTunnelURL != "" {
414+
tunnelConfig.PacketConfig = nil
415+
}
416+
412417
internalRules := []ingress.Rule{}
413418
if features.Contains(features.FeatureManagementLogs) {
414419
serviceIP := c.String("service-op-ip")

0 commit comments

Comments
 (0)