Skip to content

Commit 4e92abc

Browse files
author
Qifan Lu
committed
Recreate Deepin related ruleset.
Including "*.deepin.com", "*.deepin.org" and "*.linuxdeepin.com" domains.
1 parent f2abcc9 commit 4e92abc

File tree

1 file changed

+49
-0
lines changed

1 file changed

+49
-0
lines changed
Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
<ruleset name="Deepin (partial)">
2+
<!-- Deepin.com -->
3+
<target host="www.deepin.com" />
4+
<!-- Redirects to *.linuxdeepin.com: -->
5+
<target host="packages.deepin.com" />
6+
<target host="cdimage.deepin.com" />
7+
8+
<!-- Deepin.org -->
9+
<target host="www.deepin.org" />
10+
<target host="bbs.deepin.org" />
11+
<target host="blog.deepin.org" />
12+
<target host="api.deepin.org" />
13+
<target host="account.deepin.org" />
14+
<!-- Redirects to *.linuxdeepin.com: -->
15+
<target host="packages.deepin.org" />
16+
17+
<!-- Linuxdeepin.com -->
18+
<target host="img1.linuxdeepin.com" />
19+
<target host="img2.linuxdeepin.com" />
20+
<target host="packages.linuxdeepin.com" />
21+
<target host="cdimage.linuxdeepin.com" />
22+
23+
<!-- Redirects to *.linuxdeepin.com -->
24+
<rule from="^http://(packages|cdimage)\.deepin\.com" to="https://$1.linuxdeepin.com" />
25+
<rule from="^http://(packages)\.deepin\.org" to="https://$1.linuxdeepin.com" />
26+
<!-- Redirects directly to HTTPS -->
27+
<rule from="^http:" to="https:" />
28+
29+
<!--
30+
Mismatch:
31+
wiki.deepin.org
32+
blog.deepin.org
33+
feedback.deepin.org
34+
35+
old.linuxdeepin.com
36+
(www.)linuxdeepin.com
37+
mantis.linuxdeepin.com
38+
wiki.linuxdeepin.com
39+
start.linuxdeepin.com
40+
u.linuxdeepin.com
41+
beta.linuxdeepin.com
42+
mail.linuxdeepin.com
43+
44+
Timeout:
45+
rsync.linuxdeepin.com
46+
47+
Many thanks to J0WI.
48+
-->
49+
</ruleset>

0 commit comments

Comments
 (0)