https://github.com/plotdb/ipfrom
https://github.com/plotdb/ipfrom
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/plotdb/ipfrom
- Owner: plotdb
- Created: 2024-04-24T06:11:37.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-03T08:25:21.000Z (almost 2 years ago)
- Last Synced: 2025-02-26T08:35:04.786Z (about 1 year ago)
- Language: LiveScript
- Size: 65.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# @plotdb/ipfrom
A simple tool to determine if an ip address is from Taiwan.
While this repo is named as `@plotdb/ipfrom`, it only support determining taiwan IPs for now. This naming preserves future extensibility.
## Data Source
- https://rms.twnic.tw/help_ipv4_assign.php
- https://rms.twnic.tw/help_ipv6_assign.php
to fetch again, generate `table.ls` by running `tool/fetch` and move generated `table.ls` into `src/` folder.
## License
MIT