We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf0c885 commit 012f8bfCopy full SHA for 012f8bf
internal/envconfig/xds.go
@@ -56,7 +56,7 @@ var (
56
57
// XDSDualstackEndpointsEnabled is true if gRPC should read the
58
// "additional addresses" in the xDS endpoint resource.
59
- XDSDualstackEndpointsEnabled = boolFromEnv("GRPC_EXPERIMENTAL_XDS_DUALSTACK_ENDPOINTS", false)
+ XDSDualstackEndpointsEnabled = boolFromEnv("GRPC_EXPERIMENTAL_XDS_DUALSTACK_ENDPOINTS", true)
60
61
// XDSSystemRootCertsEnabled is true when xDS enabled gRPC clients can use
62
// the system's default root certificates for TLS certificate validation.
0 commit comments