Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 695a785

Browse filesBrowse files
authored
Update unix resolver scheme in custom-name-resolution.md (#1423)
1 parent 8531aff commit 695a785
Copy full SHA for 695a785

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎content/en/docs/guides/custom-name-resolution.md

Copy file name to clipboardExpand all lines: content/en/docs/guides/custom-name-resolution.md
+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ used. However, various other name resolution mechanisms may be used:
2020
|-|-|-|
2121
|DNS|`grpc.io:50051`|By default, DNS is assumed.|
2222
|DNS|`dns:///grpc.io:50051`|The extra slash is used to provide an authority|
23-
|Unix Domain Socket|`uds:///run/containerd/containerd.sock`|
23+
|Unix Domain Socket|`unix:///run/containerd/containerd.sock`|
2424
|xDS|`xds:///wallet.grpcwallet.io`||
2525
|IPv4|`ipv4:198.51.100.123:50051`|Only supported in some languages|
2626

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.