@qxip/hyperbeam-serve
v1.1.5
Published
A 1-1 end-to-end encrypted internet proxy pipe powered by Hyperswarm
Downloads
1
Readme
hyperbeam-serve
HyperBeam 1-1 Encrypted Tunneling Proxy w/ Auto Discovery
Setup
npm install -g @qxip/hyperbeam-serve
Usage
Client
Spawn a beam client tunnel targeting a local or remote service:port
hyperbeam-serve -c some.webserver:80 -t somesupersecretproxyhash
Server
Spawn a local beam server proxying traffic to the client using a custom port
hyperbeam-serve -s 0.0.0.0:8080 -t somesupersecretproxyhash
Test
Once the beam is connected you can interact with it through hyperbeam
or via the proxy with curl
.
Hyperbeam Client
hyperbeam supersecretproxyhash
GET / HTTP/1.1
CURL Client
curl www.google.com -x localhost:8080