mirror of
https://github.com/davegallant/vpngate.git
synced 2026-01-14 14:14:11 +00:00
Add note about socks5 proxy
This commit is contained in:
10
README.md
10
README.md
@@ -79,6 +79,16 @@ If the country doesn't matter, a random server can be selected:
|
|||||||
sudo vpngate connect --random
|
sudo vpngate connect --random
|
||||||
```
|
```
|
||||||
|
|
||||||
|
#### Proxy
|
||||||
|
|
||||||
|
##### SOCKS5
|
||||||
|
|
||||||
|
Use the specified SOCKS5 proxy to fetch the server list.
|
||||||
|
|
||||||
|
```shell
|
||||||
|
sudo vpngate connect --socks5 "127.0.0.1:1080"
|
||||||
|
```
|
||||||
|
|
||||||
## Notes
|
## Notes
|
||||||
|
|
||||||
- I do not maintain any of the servers on vpngate.net (connect to these servers at your own discretion)
|
- I do not maintain any of the servers on vpngate.net (connect to these servers at your own discretion)
|
||||||
|
|||||||
Reference in New Issue
Block a user