https://github.com/arbal/asn-docker
Dockerized nitefood/asn ASN Lookup Tool and Traceroute Server
https://github.com/arbal/asn-docker
asn docker
Last synced: 6 months ago
JSON representation
Dockerized nitefood/asn ASN Lookup Tool and Traceroute Server
- Host: GitHub
- URL: https://github.com/arbal/asn-docker
- Owner: arbal
- License: mit
- Created: 2022-01-02T00:13:17.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-14T20:17:53.000Z (about 3 years ago)
- Last Synced: 2024-11-05T19:43:13.343Z (11 months ago)
- Topics: asn, docker
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/arbal/asn
- Size: 295 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
## asn-docker
### [Docker Hub](https://hub.docker.com/r/arbal/asn)Dockerized ASN Lookup Tool and Traceroute Server ([nitefood/asn](https://github.com/nitefood/asn))
**Usage:**
`docker run -it arbal/asn [-d] HOST`
**Examples:**
> Regular lookup:
`docker run -it arbal/asn 8.8.8.8`
> 
> Detailed lookup:
`docker run -it arbal/asn -d 8.8.8.8`
> Run web server:
`docker run -it -p 49200:49200 arbal/asn -l 0.0.0.0 --allow 192.168.0.0/16`
> Then visit:
> http://localhost:49200/asn_bookmarklet
> http://localhost:49200/asn_lookup&github.com