sipt / shuttle

A web proxy in Golang with amazing features.
Apache License 2.0
2.07k stars 285 forks source link

抓包 希望能支持 ip #60

Open vmvz opened 5 years ago

vmvz commented 5 years ago

目前只能 域名

sipt commented 5 years ago
MITM: 
  rules: ["*.baidu.com", "*.zhihu.com"] #允许MitM的域名

* 匹配所有
*.baidu.com 匹配后缀
www.baidu.com 全匹配,可以是ip
vmvz commented 5 years ago

@sipt 那我明天试试 10.0.0.1, 今天试了不行, 我直接在 控制台 添加的

vmvz commented 5 years ago

@sipt 支持IP,是不是还不支持 socket image

sipt commented 5 years ago

socks 暂时不支持协议推断