Skip to content

Commit 0839dc3

Browse files
authored
Switch default dns resolver type for stream-nb branch (#30610)
Use libc resolver
1 parent 0250bf9 commit 0839dc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/protos/config.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ message TStaticNameserviceConfig {
183183
optional ENameserviceType Type = 5;
184184
optional bool KeepSocket = 6 [default = true];
185185
optional bool ForceTcp = 7 [default = false];
186-
optional EDnsResolverType DnsResolverType = 8 [default = ARES];
186+
optional EDnsResolverType DnsResolverType = 8 [default = LIBC];
187187
optional bool AddTrailingDot = 9 [default = false];
188188
}
189189

0 commit comments

Comments
 (0)