-
Notifications
You must be signed in to change notification settings - Fork 175
Expand file tree
/
Copy pathindex.html
More file actions
221 lines (192 loc) · 6.36 KB
/
Copy pathindex.html
File metadata and controls
221 lines (192 loc) · 6.36 KB
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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>IP Database 下载中心</title>
<style>
:root {
color-scheme: light dark;
--bg: #0b1020;
--card-bg: rgba(255, 255, 255, 0.04);
--card-border: rgba(255, 255, 255, 0.12);
--text: #e6edf3;
--muted: #9fb0c3;
--link: #58a6ff;
--code-bg: rgba(255, 255, 255, 0.08);
--btn-border: rgba(88, 166, 255, 0.5);
}
* {
box-sizing: border-box;
}
html,
body {
width: 100%;
overflow-x: hidden;
}
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
line-height: 1.6;
background: var(--bg);
color: var(--text);
}
.wrap {
max-width: 980px;
margin: 0 auto;
padding: 40px 20px 56px;
}
.card {
background: var(--card-bg);
border: 1px solid var(--card-border);
border-radius: 16px;
padding: 24px;
backdrop-filter: blur(4px);
margin-bottom: 16px;
overflow: hidden;
}
h1 {
margin: 0 0 8px;
font-size: clamp(1.6rem, 3.2vw, 2rem);
line-height: 1.25;
word-break: break-word;
}
h2 {
margin: 0 0 10px;
font-size: clamp(1.2rem, 2.5vw, 1.4rem);
line-height: 1.3;
word-break: break-word;
}
p {
margin: 8px 0;
word-wrap: break-word;
overflow-wrap: anywhere;
}
.muted {
color: var(--muted);
}
a {
color: var(--link);
text-decoration: none;
word-break: break-word;
overflow-wrap: anywhere;
}
a:hover {
text-decoration: underline;
}
.links {
margin-top: 14px;
display: flex;
flex-wrap: wrap;
gap: 10px;
}
.btn {
display: inline-flex;
align-items: center;
border: 1px solid var(--btn-border);
border-radius: 10px;
padding: 8px 12px;
max-width: 100%;
}
ul {
margin: 8px 0 0;
padding-left: 20px;
}
li {
margin: 8px 0;
}
code {
display: inline-block;
max-width: 100%;
background: var(--code-bg);
padding: 2px 6px;
border-radius: 6px;
word-break: break-all;
white-space: pre-wrap;
}
footer {
margin-top: 8px;
font-size: 14px;
color: var(--muted);
text-align: center;
padding: 0 8px;
}
@media (max-width: 640px) {
.wrap {
padding: 24px 12px 36px;
}
.card {
padding: 16px;
border-radius: 12px;
}
.links {
flex-direction: column;
align-items: stretch;
}
.btn {
width: 100%;
justify-content: center;
}
ul {
padding-left: 18px;
}
}
</style>
</head>
<body>
<main class="wrap">
<section class="card">
<h1>IP Database</h1>
<p class="muted">IP地址库每日更新(GeoLite、纯真、ip2region、17monipdb、IPDB、DB-IP 等)。</p>
<p>统一下载域名:<a href="https://ip.adysec.com/" target="_blank" rel="noopener noreferrer">https://ip.adysec.com/</a></p>
<div class="links">
<a class="btn" href="https://ip.adysec.com/" target="_blank" rel="noopener noreferrer">打开下载站</a>
<a class="btn" href="https://github.com/adysec/IP_database" target="_blank" rel="noopener noreferrer">GitHub 仓库</a>
</div>
</section>
<section class="card">
<h2>纯真IP数据库</h2>
<p class="muted">qqwry.dat(dat 格式官方在 2024 年 10 月份已停止维护)</p>
<ul>
<li><a href="https://ip.adysec.com/qqwry/qqwry.dat" target="_blank" rel="noopener noreferrer">qqwry/qqwry.dat</a><br><code>https://ip.adysec.com/qqwry/qqwry.dat</code></li>
</ul>
</section>
<section class="card">
<h2>GeoLite.mmdb</h2>
<ul>
<li><a href="https://ip.adysec.com/geolite/GeoLite2-ASN.mmdb" target="_blank" rel="noopener noreferrer">geolite/GeoLite2-ASN.mmdb</a><br><code>https://ip.adysec.com/geolite/GeoLite2-ASN.mmdb</code></li>
<li><a href="https://ip.adysec.com/geolite/GeoLite2-City.mmdb" target="_blank" rel="noopener noreferrer">geolite/GeoLite2-City.mmdb</a><br><code>https://ip.adysec.com/geolite/GeoLite2-City.mmdb</code></li>
<li><a href="https://ip.adysec.com/geolite/GeoLite2-Country.mmdb" target="_blank" rel="noopener noreferrer">geolite/GeoLite2-Country.mmdb</a><br><code>https://ip.adysec.com/geolite/GeoLite2-Country.mmdb</code></li>
</ul>
</section>
<section class="card">
<h2>ip2region.xdb</h2>
<ul>
<li><a href="https://ip.adysec.com/ip2region/ip2region.xdb" target="_blank" rel="noopener noreferrer">ip2region/ip2region.xdb</a><br><code>https://ip.adysec.com/ip2region/ip2region.xdb</code></li>
</ul>
</section>
<section class="card">
<h2>17monipdb</h2>
<p class="muted">官方在 2018 年 6 月份已停止维护</p>
<ul>
<li><a href="https://ip.adysec.com/17monipdb/17monipdb.dat" target="_blank" rel="noopener noreferrer">17monipdb/17monipdb.dat</a><br><code>https://ip.adysec.com/17monipdb/17monipdb.dat</code></li>
</ul>
</section>
<section class="card">
<h2>IPDB</h2>
<ul>
<li><a href="https://ip.adysec.com/ipdb/city.free.ipdb" target="_blank" rel="noopener noreferrer">ipdb/city.free.ipdb</a><br><code>https://ip.adysec.com/ipdb/city.free.ipdb</code></li>
</ul>
</section>
<section class="card">
<h2>DB-IP</h2>
<ul>
<li><a href="https://ip.adysec.com/db-ip/dbip-city-lite.mmdb" target="_blank" rel="noopener noreferrer">db-ip/dbip-city-lite.mmdb</a><br><code>https://ip.adysec.com/db-ip/dbip-city-lite.mmdb</code></li>
<li><a href="https://ip.adysec.com/db-ip/dbip-asn-lite.mmdb" target="_blank" rel="noopener noreferrer">db-ip/dbip-asn-lite.mmdb</a><br><code>https://ip.adysec.com/db-ip/dbip-asn-lite.mmdb</code></li>
<li><a href="https://ip.adysec.com/db-ip/dbip-country-lite.mmdb" target="_blank" rel="noopener noreferrer">db-ip/dbip-country-lite.mmdb</a><br><code>https://ip.adysec.com/db-ip/dbip-country-lite.mmdb</code></li>
</ul>
</section>
<footer>© AdySec · GitHub Pages</footer>
</main>
</body>
</html>