Skip to content

Commit

Permalink
TUN-8425: Remove ICMP binding for quick tunnels
Browse files Browse the repository at this point in the history
  • Loading branch information
DevinCarr committed May 23, 2024
1 parent 8184bc4 commit e9f0101
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cmd/cloudflared/tunnel/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -409,6 +409,11 @@ func StartServer(
}
}

// Disable ICMP packet routing for quick tunnels
if quickTunnelURL != "" {
tunnelConfig.PacketConfig = nil
}

internalRules := []ingress.Rule{}
if features.Contains(features.FeatureManagementLogs) {
serviceIP := c.String("service-op-ip")
Expand Down

0 comments on commit e9f0101

Please sign in to comment.