Simple app to validate NAT configuration from VPNs.
- 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
- Do a HTTP GET from source environment.
curl http://<destination ip>:8080
- App in destination will list IP received. Curl response will also show the same.