Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/plotdb/ipfrom
https://github.com/plotdb/ipfrom
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/plotdb/ipfrom
- Owner: plotdb
- Created: 2024-04-24T06:11:37.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-06-03T08:25:21.000Z (7 months ago)
- Last Synced: 2024-06-04T03:58:56.188Z (7 months 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.phpto fetch again, generate `table.ls` by running `tool/fetch` and move generated `table.ls` into `src/` folder.
## License
MIT