diff --git a/agents.md b/agents.md index 2f7181f..1c80d63 100644 --- a/agents.md +++ b/agents.md @@ -98,10 +98,11 @@ curl -m 5 curl -s -X POST "https://api.cloudflare.com/client/v4/zones/$ZONE_ID/dns_records" \ -H "Authorization: Bearer " \ -H "Content-Type: application/json" \ - --data '{"type":"A","name":"","content":"","ttl":1,"proxied":true}' + --data '{"type":"A","name":"","content":"","ttl":1,"proxied":false}' ``` **Common DNS Issues:** - Local DNS caching: Add entry to `/etc/hosts` temporarily for testing + - Cloudflare proxy can cause SSL/TLS handshake failures - use non-proxied (grey cloud) records for direct server access - Use Cloudflare's proxy IPs directly if DNS propagation is slow 8. **Process Improvement**