FAQ
常见问题
最后更新于
这有帮助吗?
常见问题
最后更新于
这有帮助吗?
这有帮助吗?
- regex: ^http://www.google.cn
match: url
action: "header" # rewrite request header Host
target: http://www.google.com- regex: ^https?://www.google.cn/(.*)
match: url
action: "302"
target: https://www.google.com/$1 # redirect with params### subscription-url = 替换为你自己的订阅地址