Skip to content
This repository was archived by the owner on Nov 6, 2023. It is now read-only.

Commit f3b5f17

Browse files
authored
Create Ping.pe.xml (#19213)
Propose a rule for ping.pe. Though this site is using the wildcard cert `*.ping.pe`, but as I run through some test it turns out that *.ping.pe doesn't have a CNAME record. So any other subdomains that are not list here should count the NX error.
1 parent 84628b0 commit f3b5f17

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<ruleset name="Ping.pe">
2+
<target host="ping.pe" />
3+
<target host="www.ping.pe" />
4+
<test url="http://www.ping.pe/cloudflare.com" />
5+
6+
<target host="port.ping.pe" />
7+
<test url="http://port.ping.pe/1.2.3.4:22" />
8+
9+
<target host="dig.ping.pe" />
10+
<test url="http://dig.ping.pe/dns.google:A:1.0.0.1" />
11+
12+
<target host="mrtg.ping.pe" />
13+
<test url="http://mrtg.ping.pe/load.html" />
14+
15+
<target host="i.ping.pe" />
16+
<test url="http://i.ping.pe/n/Y/img_nYlIKgrb.png" />
17+
<test url="http://i.ping.pe/y/1/img_y1WLfjiE.png" />
18+
<test url="http://i.ping.pe/8/O/img_8Oi1R3Vr.png" />
19+
20+
<rule from="^http:" to="https:" />
21+
</ruleset>

0 commit comments

Comments
 (0)