Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9a3113 commit e83e6dcCopy full SHA for e83e6dc
cli/deployment/config.go
@@ -137,7 +137,7 @@ func newConfig() *codersdk.DeploymentConfig {
137
ProxyTrustedOrigins: &codersdk.DeploymentConfigField[[]string]{
138
Name: "Proxy Trusted Origins",
139
Flag: "proxy-trusted-origins",
140
- Usage: "Origin addresses to respect \"proxy-trusted-headers\". e.g. example.com",
+ Usage: "Origin addresses to respect \"proxy-trusted-headers\". e.g. 192.168.1.0/24",
141
},
142
CacheDirectory: &codersdk.DeploymentConfigField[string]{
143
Name: "Cache Directory",
0 commit comments