Skip to content

Commit 30eb828

Browse files
authored
CF1: mDNSResponder troubleshooting for Apple/Container (#30994)
* CF1: mDNSResponder troubleshooting for Apple/Container Added troubleshooting steps to resolve CF_DNS_PROXY_FAILURE caused by mDNSResponder binding to port :53 when the container system is started before Cloudflare One Client or while CloudFlare One Client is turned off.
1 parent 00b1d37 commit 30eb828

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

  • src/content/docs/cloudflare-one/team-and-resources/devices/cloudflare-one-client/troubleshooting

src/content/docs/cloudflare-one/team-and-resources/devices/cloudflare-one-client/troubleshooting/client-errors.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,10 @@ Below is a non-exhaustive list of third-party software that are known to cause `
105105
1. Stop/quit all VMs.
106106
2. Connect the Cloudflare One Client.
107107
3. Start the VMs again.
108+
- **Apple Container**: [Apple Container](https://github.com/apple/container) will also bind `mDNSResponder` to port `53` if started before the Cloudflare One Client (or while the Client is stopped).
109+
1. On macOS, run this in the terminal to temporarily stop the container system: `container system stop`
110+
2. Cloudflare One Client DNS mode should now start with no errors.
111+
3. You can then restart the container system (`container system start`) and pass explicit DNS flags when running containers.
108112

109113
</Details>
110114

0 commit comments

Comments
 (0)