Skip to content

Commit ea394b8

Browse files
[CF1] clarify ICMP proxy configuration requires cloudflared restart (#26338)
1 parent bf580e5 commit ea394b8

File tree

1 file changed

+1
-1
lines changed
  • src/content/docs/cloudflare-one/traffic-policies

1 file changed

+1
-1
lines changed

src/content/docs/cloudflare-one/traffic-policies/proxy.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ To use the ICMP proxy with Cloudflare Tunnel, you may need to configure the `clo
9191
echo 0 10001 | sudo tee /proc/sys/net/ipv4/ping_group_range
9292
```
9393

94-
e. To make the change persist on reboot, update your `systcl` parameters:
94+
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:
9595

9696
```sh
9797
echo "net.ipv4.ping_group_range = 0 10001" | sudo tee -a /etc/sysctl.d/99-cloudflared.conf

0 commit comments

Comments
 (0)