Installation
curl -fsSL https://xpos-it.com/install.sh | sudo bash
Authentication
Request an authentication token from https://xpos-it.com/auth and run:
xpos auth <auth-token>
Start HTTP Tunnel
Expose your local server on port 3000:
xpos http 3000
Start TCP Tunnel
Expose an SSH server on port 22:
xpos tcp 22
If you want to contribute, please refer to this page