Go to file
dependabot[bot] bdc6e11a0d
Update clap requirement from 3.0.0 to 4.5.4
Updates the requirements on [clap](https://github.com/clap-rs/clap) to permit the latest version.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v3.0.0...v4.5.4)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-26 04:49:54 +00:00
.github Upgrade to GitHub-native Dependabot 2021-04-29 20:50:32 +00:00
docker Update Alpine image version to support Rust version requirement 2024-03-05 19:42:42 +00:00
src Clap update 2022-01-03 10:15:15 +01:00
.gitignore Update .gitignore 2019-12-04 16:42:00 +01:00
Cargo.toml Update clap requirement from 3.0.0 to 4.5.4 2024-03-26 04:49:54 +00:00
LICENSE y++ 2021-01-03 09:53:47 +01:00
README.md Update badge 2021-01-03 09:57:58 +01:00

README.md

Build Status

iptoasn-webservice

Webservice to map IP addresses to AS information.

This is the source code of the public API from iptoasn.com.

Requires rust.

Usage:

$ curl -H'Accept: application/json' https://api.iptoasn.com/v1/as/ip/<ip address>
{
  "announced": true,
  "as_country_code": "US",
  "as_description": "LEVEL3 - Level 3 Communications, Inc.",
  "as_number": 3356,
  "first_ip": "4.0.0.0",
  "ip": "4.3.2.1",
  "last_ip": "4.23.87.255"
}