diff --git a/examples/python/xds/server.py b/examples/python/xds/server.py index 5d26547b216..cedcffc2338 100644 --- a/examples/python/xds/server.py +++ b/examples/python/xds/server.py @@ -28,7 +28,7 @@ import helloworld_pb2_grpc _DESCRIPTION = "A general purpose phony server." -_LISTEN_HOST = "[::]" +_LISTEN_HOST = "0.0.0.0" _THREAD_POOL_SIZE = 256