google.cn,google.co.jp,google.com.hk
重定向google.com
[rewrite_local]
^https:\/\/www.google.cn\/* url 302 https://www.google.com/search
^https:\/\/www.google.co.jp\/* url 302 https://www.google.com/search
^https:\/\/www.google.com.hk\/* url 302 https://www.google.com/search
MITM hostname新增字段
[mitm]
hostname = *.google.com.hk ,*.google.cn ,*.google.co.jp
或者
[mitm]
hostname = *.google.*
不知道第二种种写法会不会出问题