mirror of
https://github.com/alibaba/anyproxy.git
synced 2025-04-24 16:51:29 +00:00
Update README.md
This commit is contained in:
parent
4502331958
commit
218a2fd7fd
@ -81,8 +81,12 @@ module.exports = {
|
|||||||
summary:function(){
|
summary:function(){
|
||||||
return "this is a blank rule for anyproxy";
|
return "this is a blank rule for anyproxy";
|
||||||
},
|
},
|
||||||
|
//
|
||||||
|
externalHttpProxies:[
|
||||||
|
"http://127.0.0.1:8877",
|
||||||
|
"http://127.0.0.1:8866"
|
||||||
|
//...
|
||||||
|
],
|
||||||
//=======================
|
//=======================
|
||||||
//when getting a request from user
|
//when getting a request from user
|
||||||
//收到用户请求之后
|
//收到用户请求之后
|
||||||
|
Loading…
x
Reference in New Issue
Block a user