Skip to content

jhfoo/whatismyip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Purpose

Simple app to validate NAT configuration from VPNs.

Usage

  1. Install and start app in destination environment, usually a host or jail with a different IP from source.
# To install
npm i

# To start
npm start
  1. Do a HTTP GET from source environment.
curl http://<destination ip>:8080
  1. App in destination will list IP received. Curl response will also show the same.

About

Simple app to log the ip of the requestor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published