Update README.md [skip ci]

This commit is contained in:
klzgrad 2020-10-16 20:27:53 +08:00 committed by GitHub
parent 9228d1eacb
commit 355060ef37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,7 +57,7 @@ Locally run `./naive` with the following `config.json` to get a SOCKS5 proxy at
```json ```json
{ {
"listen": "socks://127.0.0.1:1080", "listen": "socks://127.0.0.1:1080",
"proxy": "https://username:password@example.com" "proxy": "https://user:pass@example.com"
} }
``` ```