DOCS: Removed copy/paste command from the Cloudflare provider.

This commit is contained in:
Jeffrey Cafferata 2025-07-30 23:24:30 +02:00
parent 921f13e8ac
commit 3bb4a9c719

View file

@ -43,7 +43,6 @@ An example configuration:
var REG_NONE = NewRegistrar("none");
var DSP_ADGUARDHOME = NewDnsProvider("adguard_home");
// Example domain where the CF proxy abides by the default (off).
D("example.com", REG_NONE, DnsProvider(DSP_ADGUARDHOME),
A("foo", "1.2.3.4"),
AAAA("another", "2003::1"),