Slipstream

Slipstream is an HTTP/2-based tunneling solution. It uses the slipstream-rust-deploy script from the community.

This method has two sub-methods — SOCKS and SSH. We deploy both to cover all methods.

Run the Script

After initial_setup.sh, run from the cloned repo:

~/scripts/slipstream.sh FreeIran mypassword something.example.com SOCKS
~/scripts/slipstream.sh FreeIran mypassword something.example.com SSH

Replace something.example.com with your NS record subdomain — the subdomain you added as an NS record in GoDaddy (e.g. something.yourdomain.com).

What the Script Does

  1. Runs SSH proxy setup (creates user, enables password auth)
  2. Downloads and runs the Slipstream deploy script
  3. Configures the server (domain, tunnel mode)
  4. Outputs SSH credentials and Slipstream connection details

Client Setup

Use a Slipstream-compatible client. SlipNet is the recommended client — download the latest release for your platform. Check the script output for the exact connection parameters.