docs: Switch proxy example to socks5h not socks5 (#18142)
Very rarely when you have a SOCKS proxy configured do you want local DNS. `socks5` does local DNS. `socks5h` does remote DNS.
This commit is contained in:
parent
759646e0a3
commit
f8195c41e0
2 changed files with 6 additions and 6 deletions
|
@ -1029,7 +1029,7 @@
|
|||
// environment variables.
|
||||
//
|
||||
// Examples:
|
||||
// - "proxy": "socks5://localhost:10808"
|
||||
// - "proxy": "socks5h://localhost:10808"
|
||||
// - "proxy": "http://127.0.0.1:10809"
|
||||
"proxy": null,
|
||||
// Set to configure aliases for the command palette.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue