New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@web4/bitproxy

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@web4/bitproxy

TCP proxy over Bitswarm!

latest
Source
npmnpm
Version
1.0.0
Version published
Weekly downloads
1
-50%
Maintainers
1
Weekly downloads
 
Created
Source

@web4/bitproxy

server

bitproxy-server --help
bitproxy-server --gen_seed

Create a JSON config file for your server

{
  "seed": "SEED_ABOVE"
}
# -l 7001 <---- port of the local service you want to expose to the swarm
bitproxy-server -l 7001 -c config-server.json
# the command will print out the pubkey

client

Create a JSON config file for your client

{
  "peer": "PUBKEY_FROM_SERVER"
}
bitproxy -p 1337 -c config-client.json
telnet localhost 1337

FAQs

Package last updated on 14 Mar 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts