🚩 解决微博短链接白名单的问题

This commit is contained in:
Conners Hua 2020-08-17 00:24:10 +08:00
parent e3c2bb9891
commit 89c5c0149a
4 changed files with 9 additions and 3 deletions

View File

@ -63,7 +63,6 @@ server=119.29.29.29
# 本地 DNS 映射
address=/mtalk.google.com/108.177.125.188
address=/t.cn/203.107.55.116
;server=8.8.4.4:53
;server=/example0.com/system

View File

@ -14,6 +14,9 @@ hostname = www.google.cn,api.abema.io
^(http|https):\/\/(www.)?suning\.com\/ url 302 https://suning.com/
^(http|https):\/\/(www.)?yhd\.com\/ url 302 https://yhd.com/
# Weibo Short URL
^http:\/\/t\.cn url 302 https://sinaurl.cn
# Redirect False to True
# > IGN China to IGN Global
^(http|https):\/\/(www.)?ign\.xn--fiqs8s\/ url 302 http://cn.ign.com/ccpref/us

View File

@ -189,7 +189,6 @@ FINAL,🧭Final,dns-failed
[Host]
mtalk.google.com = 108.177.125.188
t.cn = 203.107.55.116
# CUSTOM HOST
[Header Rewrite]
@ -210,6 +209,9 @@ t.cn = 203.107.55.116
^(http|https):\/\/(www.)?suning\.com\/ https://suning.com/ 302
^(http|https):\/\/(www.)?yhd\.com\/ https://yhd.com/ 302
# Weibo Short URL
^http:\/\/t\.cn https://sinaurl.cn 302
# Redirect False to True
# > IGN China to IGN Global
^(http|https):\/\/(www.)?ign\.xn--fiqs8s\/ http://cn.ign.com/ccpref/us 302

View File

@ -2078,7 +2078,6 @@ FINAL,🧭Final,dns-failed
[Host]
mtalk.google.com = 108.177.125.188
t.cn = 203.107.55.116
# CUSTOM HOST
[Header Rewrite]
@ -2100,6 +2099,9 @@ t.cn = 203.107.55.116
^(http|https):\/\/(www.)?suning\.com\/ https://suning.com/ 302
^(http|https):\/\/(www.)?yhd\.com\/ https://yhd.com/ 302
# Weibo Short URL
^http:\/\/t\.cn https://sinaurl.cn 302
# Redirect False to True
# > IGN China to IGN Global
^(http|https):\/\/(www.)?ign\.xn--fiqs8s\/ http://cn.ign.com/ccpref/us 302