mirror of
https://github.com/alibaba/anyproxy.git
synced 2025-04-24 08:41:31 +00:00
update doc
This commit is contained in:
parent
cdf11ae979
commit
0de0a1863e
@ -180,7 +180,7 @@ module.exports = {
|
||||
|
||||
```
|
||||
|
||||
* this figure explains the whole procedure of a http request
|
||||
* the following figure explains the whole procedure of a http request
|
||||
|
||||

|
||||
|
||||
@ -199,6 +199,9 @@ Using https features
|
||||
* ``anyproxy --type https --host my.domain.com``
|
||||
* the param ``host`` is required with https proxy and it should be kept exactly what it it when you config your browser. Otherwise, you may get some warning about security.
|
||||
|
||||
#### others
|
||||
* root certs and temperary certs are stored at ``path.join(util.getUserHome(),"/.anyproxy_certs/")``
|
||||
* to clear all the temperary certificates ``anyproxy --clear``
|
||||
|
||||
Others
|
||||
-----------------
|
||||
@ -224,9 +227,6 @@ new proxy.proxyServer(options);
|
||||
|
||||
```
|
||||
|
||||
#### clear all the temperary certificates
|
||||
``anyproxy --clear``
|
||||
|
||||
|
||||
## Contact
|
||||
* Please feel free to raise any issue about this project, or give us some advice on this doc. :)
|
||||
|
Loading…
x
Reference in New Issue
Block a user