@@ -112,7 +112,7 @@ added: v0.11.3
112
112
113
113
* Returns: {string[ ] }
114
114
115
- Returns an array of IP address strings, formatted according to [ rfc5952 ] [ ] ,
115
+ Returns an array of IP address strings, formatted according to [ RFC 5952 ] [ ] ,
116
116
that are currently configured for DNS resolution. A string will include a port
117
117
section if a custom port is used.
118
118
@@ -555,10 +555,10 @@ one of the [DNS error codes][].
555
555
<!-- YAML
556
556
added: v0.11.3
557
557
-->
558
- * ` servers ` {string[ ] } array of [ rfc5952 ] [ ] formatted addresses
558
+ * ` servers ` {string[ ] } array of [ RFC 5952 ] [ ] formatted addresses
559
559
560
560
Sets the IP address and port of servers to be used when performing DNS
561
- resolution. The ` servers ` argument is an array of [ rfc5952 ] [ ] formatted
561
+ resolution. The ` servers ` argument is an array of [ RFC 5952 ] [ ] formatted
562
562
addresses. If the port is the IANA default DNS port (53) it can be omitted.
563
563
564
564
``` js
@@ -647,7 +647,7 @@ added: v10.6.0
647
647
648
648
* Returns: {string[ ] }
649
649
650
- Returns an array of IP address strings, formatted according to [ rfc5952 ] [ ] ,
650
+ Returns an array of IP address strings, formatted according to [ RFC 5952 ] [ ] ,
651
651
that are currently configured for DNS resolution. A string will include a port
652
652
section if a custom port is used.
653
653
@@ -1008,10 +1008,10 @@ is one of the [DNS error codes](#dns_error_codes).
1008
1008
<!-- YAML
1009
1009
added: v10.6.0
1010
1010
-->
1011
- * ` servers ` {string[ ] } array of [ rfc5952 ] [ ] formatted addresses
1011
+ * ` servers ` {string[ ] } array of [ RFC 5952 ] [ ] formatted addresses
1012
1012
1013
1013
Sets the IP address and port of servers to be used when performing DNS
1014
- resolution. The ` servers ` argument is an array of [ rfc5952 ] [ ] formatted
1014
+ resolution. The ` servers ` argument is an array of [ RFC 5952 ] [ ] formatted
1015
1015
addresses. If the port is the IANA default DNS port (53) it can be omitted.
1016
1016
1017
1017
``` js
@@ -1147,5 +1147,5 @@ uses. For instance, _they do not use the configuration from `/etc/hosts`_.
1147
1147
[ DNS error codes ] : #dns_error_codes
1148
1148
[ Implementation considerations section ] : #dns_implementation_considerations
1149
1149
[ RFC 8482 ] : https://tools.ietf.org/html/rfc8482
1150
- [ rfc5952 ] : https://tools.ietf.org/html/rfc5952#section-6
1150
+ [ RFC 5952 ] : https://tools.ietf.org/html/rfc5952#section-6
1151
1151
[ supported `getaddrinfo` flags ] : #dns_supported_getaddrinfo_flags
0 commit comments