Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions service/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ go build
Username for Basic Authentication
--password <string>
Password for Basic Authentication
--autoproxy <string>
Auto proxy listening port
```

### Service Command
Expand Down Expand Up @@ -104,10 +106,11 @@ error-log = /var/log/httpproxy/error.log
### config.ini(client)

```
port = 8888
proxy = https://proxy:443
username = proxy
password = proxy
port = 8888
autoproxy = 8889
proxy = https://proxy:443
username = proxy
password = proxy
```

### whitelist
Expand Down