mirror of
https://github.com/cloudflare/cloudflared.git
synced 2025-05-23 07:16:34 +00:00
TUN-8425: Remove ICMP binding for quick tunnels
This commit is contained in:
parent
8184bc457d
commit
e9f010111d
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user