forked from clashdev/geolite.clash.dev
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Synced success at 2025-01-14 08:46:28 - 20250110
- Loading branch information
0 parents
commit 02eb050
Showing
11 changed files
with
174 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,95 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
|
||
<head> | ||
<meta charset="UTF-8"> | ||
<title>404 | Sukka</title> | ||
<meta http-equiv="X-UA-Compatible" content="IE=Edge"> | ||
<link rel="shortcut icon" type="image/ico" href="https://cdn.jsdelivr.net/npm/[email protected]/favicon.ico"> | ||
<link rel="icon" type="image/png" sizes="32x32" href="https://cdn.jsdelivr.net/npm/[email protected]/favicon/favicon-32x32.png"> | ||
<meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=no"> | ||
<meta name="format-detection" content="telephone=no"> | ||
<style> | ||
.container { | ||
margin: 0; | ||
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif; | ||
cursor: default; | ||
user-select: none; | ||
-webkit-font-smoothing: antialiased; | ||
text-rendering: optimizeLegibility; | ||
position: absolute; | ||
top: 0; | ||
left: 0; | ||
right: 0; | ||
bottom: 0; | ||
display: flex; | ||
flex-direction: column; | ||
padding: 0 20px; | ||
} | ||
|
||
.main { | ||
height: 100%; | ||
display: flex; | ||
-webkit-box-pack: center; | ||
justify-content: center; | ||
align-items: center; | ||
-webkit-box-align: center; | ||
flex-direction: column; | ||
} | ||
|
||
section { | ||
display: flex; | ||
justify-content: center; | ||
-webkit-box-align: center; | ||
align-items: center; | ||
flex-direction: column; | ||
height: 40px; | ||
flex-direction: row; | ||
} | ||
|
||
.code { | ||
font-size: 28px; | ||
font-weight: 500; | ||
display: block; | ||
text-align: center; | ||
width: 200px; | ||
border-bottom: 0; | ||
border-right: 1px solid #eaeaea; | ||
padding: 0 20px 0 20px; | ||
width: auto; | ||
height: 100%; | ||
line-height: 40px; | ||
} | ||
|
||
.msg { | ||
margin: 20px 0 0 0; | ||
height: 100%; | ||
line-height: 40px; | ||
font-size: 14px; | ||
font-weight: 400; | ||
margin: 0; | ||
padding-left: 20px; | ||
} | ||
|
||
main { | ||
text-align: center | ||
} | ||
</style> | ||
</head> | ||
|
||
<body> | ||
<div class="container"> | ||
<div class="main"> | ||
<section> | ||
<span class="code">404</span> | ||
<p class="msg">Not Found</p> | ||
</section> | ||
<main> | ||
<p>The requested resources is not available</p> | ||
</main> | ||
</div> | ||
</div> | ||
|
||
</body> | ||
|
||
</html> |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
geolite.clash.dev |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
# geolite.090124.xyz | ||
|
||
A MaxMind GeoLite Mirror. | ||
|
||
This repository includes [GeoLite2](https://dev.maxmind.com/geoip/geoip2/geolite2/) data created by [MaxMind](https://www.maxmind.com). | ||
|
||
## Sync Status | ||
|
||
![](https://img.shields.io/badge/Version-20250110-2f8bff.svg) | ||
![](https://img.shields.io/badge/Last%20Sync-2025--01--14%2008%3A46%3A25-blue.svg) | ||
[![Sync CI](https://github.com/ffha/geolite-mirror/actions/workflows/sync.yml/badge.svg)](https://github.com/ffha/geolite-mirror/actions/workflows/sync.yml) | ||
|
||
|
||
## Download | ||
|
||
``` plain | ||
https://geolite.090124.xyz/version | ||
``` | ||
|
||
``` plain | ||
https://geolite.090124.xyz/GeoLite2-Country.tar.gz | ||
``` | ||
|
||
``` plain | ||
https://geolite.090124.xyz/Country.mmdb | ||
``` | ||
``` plain | ||
https://geolite.090124.xyz/GeoLite2-City.tar.gz | ||
``` | ||
|
||
``` plain | ||
https://geolite.090124.xyz/City.mmdb | ||
``` | ||
``` plain | ||
https://geolite.090124.xyz/GeoLite2-ASN.tar.gz | ||
``` | ||
``` plain | ||
https://geolite.090124.xyz/ASN.mmdb | ||
``` | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
|
||
<!DOCTYPE html> | ||
<html> | ||
|
||
<head> | ||
<meta charset="utf-8"> | ||
<title>GeoLite Mirror | Sukka</title> | ||
<meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1"> | ||
<meta name="theme-color" content="#f5f5f5"> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/recipage.min.css"> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/styles/github.min.css"> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/sprites/emojify.css"> | ||
</head> | ||
|
||
<body> | ||
<div id="app"></div> | ||
</body> | ||
|
||
<script> | ||
window.$recipage = { | ||
url: './README.md', | ||
github: 'https://github.com/ffha/geolite-mirror', | ||
footer: { | ||
title: 'GeoLite Mirror' | ||
}, | ||
callback: function () { | ||
hljs.highlightAll(); | ||
} | ||
} | ||
</script> | ||
|
||
<script src="https://cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/highlight.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
20250110 |