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 0250bf9 commit 0839dc3Copy full SHA for 0839dc3
ydb/core/protos/config.proto
@@ -183,7 +183,7 @@ message TStaticNameserviceConfig {
183
optional ENameserviceType Type = 5;
184
optional bool KeepSocket = 6 [default = true];
185
optional bool ForceTcp = 7 [default = false];
186
- optional EDnsResolverType DnsResolverType = 8 [default = ARES];
+ optional EDnsResolverType DnsResolverType = 8 [default = LIBC];
187
optional bool AddTrailingDot = 9 [default = false];
188
}
189
0 commit comments