add examples for proxy
This commit is contained in:
@ -51,7 +51,7 @@ type Config struct {
|
||||
// default proxy url that http.Client can understand
|
||||
// or socks5://unix/path/to/sock for socks proxy over unix socket
|
||||
// empty for no proxy
|
||||
Proxy string `yaml:"proxy" jsonschema:"default="`
|
||||
Proxy string `yaml:"proxy" jsonschema:"default=,example=socks5://unix/run/tor/socks,example=*myvpsproxy"`
|
||||
|
||||
// proxy for telegram if different from default
|
||||
// NONE to not use global default
|
||||
|
Reference in New Issue
Block a user