网站维护笔记

博客星球系统
Edited: Wednesday 2 July 2025

博客星球系统是RSS聚合系统。它将各个不同博客的RSS聚合成一个RSS,并渲染一个网页。通常,这些博客都具有相同的主题。聚合后的页面便于集中阅读和订阅。

退役域名

下列是之前博客星球系统的域名,目前这些域名已经不再使用。

 1# "planet.reader.icu",
 2# "anime.reader.icu",
 3# "audio.reader.icu",
 4# "bbs.reader.icu",
 5# "blog.reader.icu",
 6# "college.reader.icu",
 7# "design.reader.icu",
 8# "development.reader.icu",
 9# "finance.reader.icu",
10# "game.reader.icu",
11# "journal.reader.icu",
12# "live.reader.icu",
13# "media.reader.icu",
14# "misc.reader.icu",
15# "moon.reader.icu",
16# "newmedia.reader.icu",
17# "nini.reader.icu",
18# "picture.reader.icu",
19# "pkgs.reader.icu",
20# "reading.reader.icu",
21# "shopping.reader.icu",
22# "social.reader.icu",
23# "tingting.reader.icu",
24# "travel.reader.icu",
25# "video.reader.icu"

现役域名

现役常规域名

下列是博客星球系统新的域名。

  • 常规域名。
  • 这些域名被用于申请TLS证书。
  • 这些域名用于网页浏览和RSS订阅。
 1-d "planets.mainlandapp.cn" \
 2-d "anime.planets.mainlandapp.cn" \
 3-d "audio.planets.mainlandapp.cn" \
 4-d "bbs.planets.mainlandapp.cn" \
 5-d "blog.planets.mainlandapp.cn" \
 6-d "college.planets.mainlandapp.cn" \
 7-d "design.planets.mainlandapp.cn" \
 8-d "development.planets.mainlandapp.cn" \
 9-d "finance.planets.mainlandapp.cn" \
10-d "game.planets.mainlandapp.cn" \
11-d "journal.planets.mainlandapp.cn" \
12-d "live.planets.mainlandapp.cn" \
13-d "media.planets.mainlandapp.cn" \
14-d "misc.planets.mainlandapp.cn" \
15-d "moon.planets.mainlandapp.cn" \
16-d "newmedia.planets.mainlandapp.cn" \
17-d "nini.planets.mainlandapp.cn" \
18-d "picture.planets.mainlandapp.cn" \
19-d "pkgs.planets.mainlandapp.cn" \
20-d "reading.planets.mainlandapp.cn" \
21-d "shopping.planets.mainlandapp.cn" \
22-d "social.planets.mainlandapp.cn" \
23-d "tingting.planets.mainlandapp.cn" \
24-d "travel.planets.mainlandapp.cn" \
25-d "video.planets.mainlandapp.cn"

上述域名中,有跳转域名:

planets.mainlandapp.cn  => tingting.planets.mainlandapp.cn

跳转时所有页面仅跳转到首页。其他域名均为常规静态页面服务。

1$ curl -I https://planets.mainlandapp.cn/a
2HTTP/2 302 
3server: nginx/1.22.1
4date: Wed, 02 Jul 2025 04:02:55 GMT
5content-type: text/html
6content-length: 145
7location: https://tingting.planets.mainlandapp.cn

现役跳转域名

下列是博客星球系统的跳转域名。

  • 这些域名跳转到上述常规的域名中。
  • 这些域名被用于申请TLS证书。
 1-d "planet.mainlandapp.cn" \
 2-d "anime.planet.mainlandapp.cn" \
 3-d "audio.planet.mainlandapp.cn" \
 4-d "bbs.planet.mainlandapp.cn" \
 5-d "blog.planet.mainlandapp.cn" \
 6-d "college.planet.mainlandapp.cn" \
 7-d "design.planet.mainlandapp.cn" \
 8-d "development.planet.mainlandapp.cn" \
 9-d "finance.planet.mainlandapp.cn" \
10-d "game.planet.mainlandapp.cn" \
11-d "journal.planet.mainlandapp.cn" \
12-d "live.planet.mainlandapp.cn" \
13-d "media.planet.mainlandapp.cn" \
14-d "misc.planet.mainlandapp.cn" \
15-d "moon.planet.mainlandapp.cn" \
16-d "newmedia.planet.mainlandapp.cn" \
17-d "nini.planet.mainlandapp.cn" \
18-d "picture.planet.mainlandapp.cn" \
19-d "pkgs.planet.mainlandapp.cn" \
20-d "reading.planet.mainlandapp.cn" \
21-d "shopping.planet.mainlandapp.cn" \
22-d "social.planet.mainlandapp.cn" \
23-d "tingting.planet.mainlandapp.cn" \
24-d "travel.planet.mainlandapp.cn" \
25-d "video.planet.mainlandapp.cn"

跳转规则:

域名对应:

planet.mainlandapp.cn  =>  tingting.planets.mainlandapp.cn
anime.planet.mainlandapp.cn  => anime.planets.mainlandapp.cn
...

所有页面planet域名仅跳转到首页,其他域名跳转到各自域名的各自页面。

1$ curl -I https://planet.mainlandapp.cn/a
2HTTP/2 302 
3server: nginx/1.22.1
4date: Wed, 02 Jul 2025 04:04:27 GMT
5content-type: text/html
6content-length: 145
7location: https://tingting.planets.mainlandapp.cn
1$ curl -I https://anime.planet.mainlandapp.cn/a
2HTTP/2 301 
3server: nginx/1.22.1
4date: Wed, 02 Jul 2025 04:04:57 GMT
5content-type: text/html
6content-length: 169
7location: https://anime.planets.mainlandapp.cn/a