We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bced551 commit 34a15f7Copy full SHA for 34a15f7
conf/conf.go
@@ -14,7 +14,7 @@ type Conf struct {
14
Listen string `yaml:"listen"` // http listen address
15
AdminListen string `yaml:"admin_listen"`
16
DataPath string `yaml:"data_path"`
17
- Hosts []string `yaml:"hosts"`
+ Hosts []string `yaml:"hosts"` // private hostnames for exposing private services, like browserless
18
}
19
20
func (c *Conf) Defaults() {
0 commit comments