Skip to content

Commit e140acb

Browse files
authored
CNR: Update docs with proper Nameserver example (#3592)
1 parent c32432e commit e140acb

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

documentation/provider/cnr.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,9 @@ DEFAULTS(
9090
);
9191

9292
D("example.com", REG_CNR, DnsProvider(DSP_CNR),
93-
NAMESERVER("ns1.rrpproxy.net"),
94-
NAMESERVER("ns2.rrpproxy.net"),
95-
NAMESERVER("ns3.rrpproxy.net"),
96-
NAMESERVER("ns4.rrpproxy.net"),
93+
NAMESERVER("ns1.rrpproxy.net."),
94+
NAMESERVER("ns2.rrpproxy.net."),
95+
NAMESERVER("ns3.rrpproxy.net."),
9796
A("elk1", "10.190.234.178"),
9897
A("test", "56.123.54.12"),
9998
);

0 commit comments

Comments
 (0)