https://github.com/networkcats/openproxydb
Open-source proxy IP database
https://github.com/networkcats/openproxydb
ip-address ip-data ip-database ip-lookup opendata
Last synced: 16 days ago
JSON representation
Open-source proxy IP database
- Host: GitHub
- URL: https://github.com/networkcats/openproxydb
- Owner: NetworkCats
- License: cc0-1.0
- Created: 2025-11-30T14:58:38.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2026-05-29T04:48:55.000Z (20 days ago)
- Last Synced: 2026-05-29T06:24:22.842Z (20 days ago)
- Topics: ip-address, ip-data, ip-database, ip-lookup, opendata
- Language: Python
- Homepage: https://ip.nc.gy
- Size: 36.1 KB
- Stars: 61
- Watchers: 0
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license
Awesome Lists containing this project
README
# OpenProxyDB
A crawler that collects proxy-related IP blocks from Wikipedia's local and global block lists.
MMDB format: https://github.com/NetworkCats/Merged-IP-Data
Online query: https://ip.nc.gy
## Overview
OpenProxyDB automatically fetches IP addresses that have been blocked by Wikipedia for proxy-related reasons (VPN, Tor, webhost, etc.) and exports them to a CSV file. The crawler runs daily via GitHub Actions and publishes the results to GitHub Releases.
## Usage
Download the latest `proxy_blocks.csv` from the [Releases](../../releases) page.
## CSV Format
```
ip,anonblock,proxy,vpn,cdn,public-wifi,rangeblock,school-block,tor,webhost
192.168.1.1,False,True,True,False,False,False,False,False,False
10.0.0.0/8,False,False,False,False,False,False,False,True,True
```
## Contributing
This project does not accept any pull requests related to IP classification correction.
## License
CC0-1.0