This repository has been archived by the owner on Apr 30, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
96 lines (92 loc) · 2.83 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
<!DOCTYPE>
<html lang="en-gb">
<head>
<title>Fast Thing</title>
<meta name="description" content="By Developers To Developers." />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
</head>
<body>
<div style="text-align: center;">
<h1>Fast Thing <Alpha></h1>
<p>
By Developers To Developers.
</p>
</div>
<hr>
<div id="news" style="color: red;">
<h2>BIG NEWS</h2>
<p>
Fast Thing is open to public now!
</p>
</div>
<hr>
<div>
<h2>How to use Fast Thing</h2>
<p>
Just add Fast Thing as following format to your <a href="https://en.wikipedia.org/wiki/Hosts_(file)">hosts
file</a>:
</p>
<code>
$IP $URL
</code>
<p>
Considering the IP can be out of date very quickly, so you can get our latest IP by <code>ping</code> Latest IP site.
</p>
</div>
<hr>
<div>
<h2>Work List</h2>
<table border="1">
<tr>
<td>IP</td>
<td>Work Content</td>
<td>Latest IP</td>
</tr>
<tr>
<td>13.75.68.133</td>
<td>
github.com
<br>
github.githubassets.com
<br>
customer-stories-feed.github.com
<br>
gist.github.com
<br>
avatars.githubusercontent.com
<br>
avatars0.githubusercontent.com
<br>
avatars1.githubusercontent.com
<br>
avatars2.githubusercontent.com
<br>
avatars3.githubusercontent.com
<br>
avatars4.githubusercontent.com
<br>
avatars5.githubusercontent.com
<br>
avatars6.githubusercontent.com
<br>
avatars7.githubusercontent.com
<br>
avatars8.githubusercontent.com
<br>
github.global.ssl.fastly.net
</td>
<td>
<a href="https://git.fastthing.org">git.fastthing.org</a>
</td>
</tr>
</table>
</div>
<div>
<hr>
<p>
Copyright © 2021 <a href="https://fastthing.org">Fast Thing</a>
<a href="https://github.com/FastGitORG/FastThing">GitHub</a>
</p>
</div>
</body>
</html>