back-proxy
Version:
Reversing proxy to you gadgets or home http-server behind NAT with dynamic WAN ip. Needs two "servers": one in Internet for you connects for proxing and second in you home for serve proxy requests.
28 lines (27 loc) • 750 B
JSON
{
"name": "back-proxy",
"version": "0.1.2",
"description": "Reversing proxy to you gadgets or home http-server behind NAT with dynamic WAN ip. Needs two \"servers\": one in Internet for you connects for proxing and second in you home for serve proxy requests.",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@github.com:amurchick/back-proxy.git"
},
"keywords": [
"reverse",
"proxy",
"nat",
"dynamic",
"WAN",
"ip"
],
"author": "Aleksandr Murin",
"license": "Freeware",
"bugs": {
"url": "https://github.com/amurchick/back-proxy/issues"
},
"homepage": "https://github.com/amurchick/back-proxy"
}