Update unix resolver scheme in custom-name-resolution.md (#1423)

This commit is contained in:
Arjan Singh Bal 2025-04-23 23:31:45 +05:30 committed by GitHub
parent 8531aff008
commit 695a785a18
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ used. However, various other name resolution mechanisms may be used:
|-|-|-|
|DNS|`grpc.io:50051`|By default, DNS is assumed.|
|DNS|`dns:///grpc.io:50051`|The extra slash is used to provide an authority|
|Unix Domain Socket|`uds:///run/containerd/containerd.sock`|
|Unix Domain Socket|`unix:///run/containerd/containerd.sock`|
|xDS|`xds:///wallet.grpcwallet.io`||
|IPv4|`ipv4:198.51.100.123:50051`|Only supported in some languages|