mirror of
https://github.com/DivineEngine/Profiles.git
synced 2025-02-03 00:02:41 +08:00
🚩 解决微博短链接白名单的问题
This commit is contained in:
parent
e3c2bb9891
commit
89c5c0149a
@ -63,7 +63,6 @@ server=119.29.29.29
|
|||||||
|
|
||||||
# 本地 DNS 映射
|
# 本地 DNS 映射
|
||||||
address=/mtalk.google.com/108.177.125.188
|
address=/mtalk.google.com/108.177.125.188
|
||||||
address=/t.cn/203.107.55.116
|
|
||||||
|
|
||||||
;server=8.8.4.4:53
|
;server=8.8.4.4:53
|
||||||
;server=/example0.com/system
|
;server=/example0.com/system
|
||||||
|
@ -14,6 +14,9 @@ hostname = www.google.cn,api.abema.io
|
|||||||
^(http|https):\/\/(www.)?suning\.com\/ url 302 https://suning.com/
|
^(http|https):\/\/(www.)?suning\.com\/ url 302 https://suning.com/
|
||||||
^(http|https):\/\/(www.)?yhd\.com\/ url 302 https://yhd.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
|
# Redirect False to True
|
||||||
# > IGN China to IGN Global
|
# > IGN China to IGN Global
|
||||||
^(http|https):\/\/(www.)?ign\.xn--fiqs8s\/ url 302 http://cn.ign.com/ccpref/us
|
^(http|https):\/\/(www.)?ign\.xn--fiqs8s\/ url 302 http://cn.ign.com/ccpref/us
|
||||||
|
@ -189,7 +189,6 @@ FINAL,🧭Final,dns-failed
|
|||||||
|
|
||||||
[Host]
|
[Host]
|
||||||
mtalk.google.com = 108.177.125.188
|
mtalk.google.com = 108.177.125.188
|
||||||
t.cn = 203.107.55.116
|
|
||||||
# CUSTOM HOST
|
# CUSTOM HOST
|
||||||
|
|
||||||
[Header Rewrite]
|
[Header Rewrite]
|
||||||
@ -210,6 +209,9 @@ t.cn = 203.107.55.116
|
|||||||
^(http|https):\/\/(www.)?suning\.com\/ https://suning.com/ 302
|
^(http|https):\/\/(www.)?suning\.com\/ https://suning.com/ 302
|
||||||
^(http|https):\/\/(www.)?yhd\.com\/ https://yhd.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
|
# Redirect False to True
|
||||||
# > IGN China to IGN Global
|
# > IGN China to IGN Global
|
||||||
^(http|https):\/\/(www.)?ign\.xn--fiqs8s\/ http://cn.ign.com/ccpref/us 302
|
^(http|https):\/\/(www.)?ign\.xn--fiqs8s\/ http://cn.ign.com/ccpref/us 302
|
||||||
|
@ -2078,7 +2078,6 @@ FINAL,🧭Final,dns-failed
|
|||||||
|
|
||||||
[Host]
|
[Host]
|
||||||
mtalk.google.com = 108.177.125.188
|
mtalk.google.com = 108.177.125.188
|
||||||
t.cn = 203.107.55.116
|
|
||||||
# CUSTOM HOST
|
# CUSTOM HOST
|
||||||
|
|
||||||
[Header Rewrite]
|
[Header Rewrite]
|
||||||
@ -2100,6 +2099,9 @@ t.cn = 203.107.55.116
|
|||||||
^(http|https):\/\/(www.)?suning\.com\/ https://suning.com/ 302
|
^(http|https):\/\/(www.)?suning\.com\/ https://suning.com/ 302
|
||||||
^(http|https):\/\/(www.)?yhd\.com\/ https://yhd.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
|
# Redirect False to True
|
||||||
# > IGN China to IGN Global
|
# > IGN China to IGN Global
|
||||||
^(http|https):\/\/(www.)?ign\.xn--fiqs8s\/ http://cn.ign.com/ccpref/us 302
|
^(http|https):\/\/(www.)?ign\.xn--fiqs8s\/ http://cn.ign.com/ccpref/us 302
|
||||||
|
Loading…
Reference in New Issue
Block a user