From c6bb3b4c1ae03a3b764b9f8058293f63fdf30464 Mon Sep 17 00:00:00 2001 From: deadlypants1973 Date: Thu, 6 Nov 2025 10:06:17 +0000 Subject: [PATCH] [CF1] clarify ICMP proxy configuration requires cloudflared restart --- src/content/docs/cloudflare-one/traffic-policies/proxy.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/cloudflare-one/traffic-policies/proxy.mdx b/src/content/docs/cloudflare-one/traffic-policies/proxy.mdx index 2eec33d94e2881..7840705c9bae22 100644 --- a/src/content/docs/cloudflare-one/traffic-policies/proxy.mdx +++ b/src/content/docs/cloudflare-one/traffic-policies/proxy.mdx @@ -91,7 +91,7 @@ To use the ICMP proxy with Cloudflare Tunnel, you may need to configure the `clo echo 0 10001 | sudo tee /proc/sys/net/ipv4/ping_group_range ``` - e. To make the change persist on reboot, update your `systcl` parameters: + e. If you need to make the change apply to an already running process, you need to restart `cloudflared`. To make the change persist on reboot, update your `systcl` parameters: ```sh echo "net.ipv4.ping_group_range = 0 10001" | sudo tee -a /etc/sysctl.d/99-cloudflared.conf