Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vitor-msp/show-ip
simple api to show requester ip and server ip
https://github.com/vitor-msp/show-ip
docker nodejs
Last synced: 9 days ago
JSON representation
simple api to show requester ip and server ip
- Host: GitHub
- URL: https://github.com/vitor-msp/show-ip
- Owner: vitor-msp
- Created: 2024-10-24T00:26:05.000Z (2 months ago)
- Default Branch: master
- Last Pushed: 2024-10-25T20:49:05.000Z (2 months ago)
- Last Synced: 2024-11-05T14:33:59.875Z (about 2 months ago)
- Topics: docker, nodejs
- Language: JavaScript
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SHOW IP
Simple api to show requester ip and server ip after delay which is used to consume cpu.
## How to run
### With Node
```
sudo npm start
```### With Docker
```
docker run --rm -d -p 80:80 --name show-ip vitormsp/show-ip
```