mirror of
https://github.com/alibaba/anyproxy.git
synced 2025-07-29 00:59:10 +00:00
recover sample rule
This commit is contained in:
@@ -15,6 +15,7 @@ module.exports = {
|
||||
//intercept https://github.com/
|
||||
//otherwise, all the https traffic will not go through this proxy
|
||||
|
||||
// return true;
|
||||
if(req.headers.host == "github.com"){
|
||||
return true;
|
||||
}else{
|
||||
|
Reference in New Issue
Block a user