Merge pull request #4274 from petrfelzmann/doc-bullets-formatting
fix bullets formatting in documentation
This commit is contained in:
commit
d89bda5c68
1 changed files with 1 additions and 0 deletions
|
@ -213,6 +213,7 @@ proxyURL = [<proxyScheme>"://"]<proxyHost>[":"<proxyPort>]
|
|||
```
|
||||
|
||||
For example:
|
||||
|
||||
* `http=foopy:80;ftp=foopy2` - Use HTTP proxy `foopy:80` for `http://` URLs, and
|
||||
HTTP proxy `foopy2:80` for `ftp://` URLs.
|
||||
* `foopy:80` - Use HTTP proxy `foopy:80` for all URLs.
|
||||
|
|
Loading…
Reference in a new issue