Sixter logo Sixter
Home / Glossary

Tunneling & networking glossary

Plain‑English definitions of the terms you'll meet when exposing a local server to the internet.

Tunnel

A tunnel is a persistent, outbound connection from a machine (your laptop or a private server) to a public gateway. The gateway assigns a public URL and relays incoming requests back down the tunnel to a local port. Because the connection is outbound, no firewall port or public IP is needed. See how to expose localhost.

Reverse proxy

A reverse proxy sits in front of one or more backend servers and forwards client requests to them, often adding TLS termination, caching, load balancing or security filtering. Sixter's gateway acts as a reverse proxy for your tunnels and deployed apps.

WAF (Web Application Firewall)

A WAF inspects incoming HTTP requests and blocks malicious ones — SQL injection, cross‑site scripting (XSS), path traversal, and scanner probes — before they reach your application. Sixter runs a WAF at the edge on every request.

localhost

localhost (127.0.0.1) is the loopback address that refers to your own machine. A server on localhost:3000 is only reachable from that machine until you expose it with a tunnel.

HTTPS / TLS

TLS encrypts traffic between a browser and a server; HTTPS is HTTP over TLS. It requires a certificate for the domain. Sixter issues and renews certificates automatically, so tunnels and custom domains are served over HTTPS with no manual certificate work.

Webhook

A webhook is an HTTP callback a service (Stripe, GitHub, Slack) sends to your URL when an event happens. To test one locally you need a public HTTPS URL that forwards to your machine — a common use of tunnels.

NAT & public IP

Most home and office networks use NAT, so devices share one public IP and aren't directly reachable from the internet. Without a public IP you can't accept inbound connections — but an outbound tunnel (or Sixter's Tunnel Mode) works around this.

Self‑hosted

Self‑hosting means running the software on infrastructure you control rather than a vendor's cloud. Sixter's gateway and repo server can be self‑hosted on your own VPS.

Get startedRead the docs