serverme tls
TLS passthrough tunnel.
bash
serverme tls [port] [flags]Creates a TLS passthrough tunnel. Traffic is forwarded without decryption — the server peeks at the SNI (Server Name Indication) field to route it, but never sees the plaintext.
Examples
bash
serverme tls 443
serverme tls 8443 --subdomain secureFlags
| Flag | Default | Description |
|---|---|---|
--subdomain | random | Custom subdomain |
--hostname | — | Custom domain |
--name | — | Tunnel name/label |