We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28fc7e4 commit a28c02bCopy full SHA for a28c02b
libraries/DNSServer/src/DNSServer.h
@@ -22,7 +22,7 @@
22
{ '\5', 'l', 'o', 'c', 'a', 'l', '\0' }
23
// From the following values only the MINIMAL_TTL has relevance
24
// in the context of client-server protocol interactions.
25
-// The other vallues are arbitrary chosen as they are only relevant for
+// The other values are arbitrary chosen as they are only relevant for
26
// in a zone-transfer scenario.
27
#define DNS_SOA_SERIAL 2025052900 // Arbitrary serial (format: YYYYMMDDnn)
28
#define DNS_SOA_REFRESH 100000 // Arbitrary (seconds)
0 commit comments