mirror of
https://github.com/alibaba/anyproxy.git
synced 2025-04-24 16:51:29 +00:00
update doc
This commit is contained in:
parent
1bb2f777e1
commit
b22a8b482e
@ -37,7 +37,7 @@ What this proxy do is to generate and replace a temporary cert for any domain if
|
|||||||
#### start with default settings
|
#### start with default settings
|
||||||
* ``anyproxy``
|
* ``anyproxy``
|
||||||
|
|
||||||
#### start a specific port
|
#### start with a specific port
|
||||||
* ``anyproxy --port 8001``
|
* ``anyproxy --port 8001``
|
||||||
|
|
||||||
#### start a https proxy
|
#### start a https proxy
|
||||||
@ -49,7 +49,7 @@ What this proxy do is to generate and replace a temporary cert for any domain if
|
|||||||
#### clear all the temperary certificates
|
#### clear all the temperary certificates
|
||||||
* ``anyproxy --clear``
|
* ``anyproxy --clear``
|
||||||
|
|
||||||
#### may file to local
|
#### map file to local
|
||||||
* ``anyproxy --rule /path/to/rule.js``
|
* ``anyproxy --rule /path/to/rule.js``
|
||||||
* a sample schema of ruls.js is as follows
|
* a sample schema of ruls.js is as follows
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "anyproxy",
|
"name": "anyproxy",
|
||||||
"version": "1.0.0",
|
"version": "1.0.1",
|
||||||
"description": "https proxy over http",
|
"description": "https proxy over http",
|
||||||
"main": "proxy.js",
|
"main": "proxy.js",
|
||||||
"bin": {
|
"bin": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user