All Projects → metowolf → Qqwry.ipdb

metowolf / Qqwry.ipdb

🐈️ 纯真数据库 IPIP.net 格式版,Make qqwry.ipdb Great Again!!!

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Qqwry.ipdb

Cloudfail
Utilize misconfigured DNS and old database records to find hidden IP's behind the CloudFlare network
Stars: ✭ 1,239 (+772.54%)
Mutual labels:  database, ip
Sqlite Jdbc
SQLite JDBC Driver
Stars: ✭ 1,961 (+1280.99%)
Mutual labels:  database
Iplist
📖 IP CIDRs List / IP 地址列表
Stars: ✭ 139 (-2.11%)
Mutual labels:  ip
Owasp Mth3l3m3nt Framework
OWASP Mth3l3m3nt Framework is a penetration testing aiding tool and exploitation framework. It fosters a principle of attack the web using the web as well as pentest on the go through its responsive interface.
Stars: ✭ 139 (-2.11%)
Mutual labels:  database
Sql Fundamentals
👨‍🏫 Mike's SQL Fundamentals and Professional SQL Courses
Stars: ✭ 140 (-1.41%)
Mutual labels:  database
Pyodds
An End-to-end Outlier Detection System
Stars: ✭ 141 (-0.7%)
Mutual labels:  database
Config
Manage Laravel configuration by persistent storage
Stars: ✭ 139 (-2.11%)
Mutual labels:  database
Nyan
Modding API with a typesafe hierarchical key-value database with inheritance and dynamic patching 😺
Stars: ✭ 141 (-0.7%)
Mutual labels:  database
Laravel Db Profiler
Database Profiler for Laravel Web and Console Applications.
Stars: ✭ 141 (-0.7%)
Mutual labels:  database
Faunadb Go
Go driver for FaunaDB
Stars: ✭ 140 (-1.41%)
Mutual labels:  database
Laravel Scout Postgres
PostgreSQL Full Text Search Engine for Laravel Scout
Stars: ✭ 140 (-1.41%)
Mutual labels:  database
Pgproxy
PostgreSQL proxy server.
Stars: ✭ 140 (-1.41%)
Mutual labels:  database
Myip
🌏 An alternative ip111 website - https://ip.skk.moe
Stars: ✭ 141 (-0.7%)
Mutual labels:  ip
Stratosdb
☄️ ☁️ An All-in-One GUI for Cloud SQL that can help users design and test their AWS RDS Instances
Stars: ✭ 140 (-1.41%)
Mutual labels:  database
Js Search
JS Search is an efficient, client-side search library for JavaScript and JSON objects
Stars: ✭ 1,920 (+1252.11%)
Mutual labels:  database
Entityframeworkcore.cacheable
EntityFrameworkCore second level cache
Stars: ✭ 138 (-2.82%)
Mutual labels:  database
Silicon
A high performance, middleware oriented C++14 http web framework please use matt-42/lithium instead
Stars: ✭ 1,721 (+1111.97%)
Mutual labels:  database
Mobc
A generic connection pool for Rust with async/await support
Stars: ✭ 141 (-0.7%)
Mutual labels:  database
R2dbc Pool
Connection Pooling for Reactive Relational Database Connectivity
Stars: ✭ 141 (-0.7%)
Mutual labels:  database
Vaadin On Kotlin
Writing full-stack statically-typed web apps on JVM at its simplest
Stars: ✭ 141 (-0.7%)
Mutual labels:  database

qqwry.ipdb

纯真数据库 IPIP.net 格式版,精简并匹配为国家、省、市、运营商。
版本随上游 update.cz88.net 每天同步更新。

接到邮件通知,本项目将暂停更新,仅基于 2020.12.5 数据库维护修订版本

标准版

CDN URL
jsdelivr https://cdn.jsdelivr.net/npm/qqwry.ipdb/qqwry.ipdb
unpkg https://unpkg.com/qqwry.ipdb/qqwry.ipdb

标准版兼容所有官方 IPDB 格式解析代码,提供与官方每周高级版相同的五个解析字段。

name info
country_name 国家名称
region_name 区域名称,中国为省份
city_name 城市名称,中国为市级
owner_domain 拥有者域名
isp_domain 运营商名称

原版

CDN URL
jsdelivr https://cdn.jsdelivr.net/npm/qqwry.raw.ipdb/qqwry.ipdb
unpkg https://unpkg.com/qqwry.raw.ipdb/qqwry.ipdb

原版兼容所有官方 IPDB 格式解析代码,只提供和纯真格式相似的两个解析字段,后面三个字段为兼容占位使用。

name info
country 国家名称
area 区域名称
pad1 兼容占位
pad2 兼容占位
pad3 兼容占位

实例

metowolf/ipdb 解析库为例,首先安装依赖并下载标准版数据库

$ yarn add ipdb
$ yarn add qqwry.ipdb

新建文件 index.js

const IPDB = require('ipdb');
const qqwry_ipdb = require('qqwry.ipdb');
const ipdb = new IPDB(qqwry_ipdb);

ipdb.find('183.62.57.1');
/*
{
  data: {
    country_name: '中国',
    region_name: '广东',
    city_name: '广州',
    owner_domain: '',
    isp_domain: '电信',
    ip: '183.62.57.1',
    bitmask: 24
  },
  code: 0
}
*/

感谢

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].