Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 406 Bytes

README.MD

File metadata and controls

22 lines (15 loc) · 406 Bytes

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.