新增用户定义规则以拦截taobao.com请求
在custom_direct.yaml中添加了对'.+taobao.com'的匹配规则,以拦截来自淘宝的请求。
This commit is contained in:
@@ -2,3 +2,4 @@ payload:
|
||||
- '.+baidu.com'
|
||||
- '.+akamaihd.net'
|
||||
- '.+yulei.icu'
|
||||
- '.+taobao.com'
|
||||
|
||||
Reference in New Issue
Block a user