tcpbridge
Blog
Docs
Download
Pricing
Sign In
// Connect with your client
./tcpbridge secret <token>
Copy
// Logout
./tcpbridge logout
Copy
// Start with port 3000 on your localhost
./tcpbridge 3000
Copy
// Start with port 80 (default of http) on your localhost
./tcpbridge http://localhost
Copy
// Start with port 3306 (MYSQL) and IP 192.168.1.9
./tcpbridge 192.168.1.9:3306
Copy
// make public your current folder, a http server is going to serve now
./tcpbridge --public ./
Copy
// make public your current folder with basic auth
./tcpbridge --public ./ --auth user:pass
Copy
// Checking version
./tcpbridge version
Copy
Blog
Docs
Download
Pricing
Privacy Policy
Terms of Service
Email:
[email protected]