Skip to content

Commit

Permalink
Synced success at 2025-01-14 08:46:28 - 20250110
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 14, 2025
0 parents commit 02eb050
Show file tree
Hide file tree
Showing 11 changed files with 174 additions and 0 deletions.
95 changes: 95 additions & 0 deletions 404.html
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 added ASN.mmdb
Binary file not shown.
1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
geolite.clash.dev
Binary file added City.mmdb
Binary file not shown.
Binary file added Country.mmdb
Binary file not shown.
Binary file added GeoLite2-ASN.tar.gz
Binary file not shown.
Binary file added GeoLite2-City.tar.gz
Binary file not shown.
Binary file added GeoLite2-Country.tar.gz
Binary file not shown.
41 changes: 41 additions & 0 deletions README.md
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
```


36 changes: 36 additions & 0 deletions index.html
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>
1 change: 1 addition & 0 deletions version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
20250110

0 comments on commit 02eb050

Please sign in to comment.