Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e83e6dc

Browse files
authored
docs(cli): proxy-trusted-origins should be an ip (coder#4890)
1 parent c9a3113 commit e83e6dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/deployment/config.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ func newConfig() *codersdk.DeploymentConfig {
137137
ProxyTrustedOrigins: &codersdk.DeploymentConfigField[[]string]{
138138
Name: "Proxy Trusted Origins",
139139
Flag: "proxy-trusted-origins",
140-
Usage: "Origin addresses to respect \"proxy-trusted-headers\". e.g. example.com",
140+
Usage: "Origin addresses to respect \"proxy-trusted-headers\". e.g. 192.168.1.0/24",
141141
},
142142
CacheDirectory: &codersdk.DeploymentConfigField[string]{
143143
Name: "Cache Directory",

0 commit comments

Comments
 (0)