tcpbridge
tcpbridge
BlogDocsDownloadPricing
// Connect with your client
./tcpbridge secret <token>
// Logout
./tcpbridge logout
// Start with port 3000 on your localhost
./tcpbridge 3000
// Start with port 80 (default of http) on your localhost
./tcpbridge http://localhost
// Start with port 3306 (MYSQL) and IP 192.168.1.9
./tcpbridge 192.168.1.9:3306
// make public your current folder, a http server is going to serve now
./tcpbridge --public ./
// make public your current folder with basic auth
./tcpbridge --public ./ --auth user:pass
// Checking version
./tcpbridge version

Email: [email protected]