How proxies work
A proxy is an HTTPS endpoint paired with a domain. It terminates TLS and forwards traffic to a port on your machine. No certificate setup required. Every machine automatically gets a default proxy atname.boxd.sh, forwarding to port 8000:
View your proxies
Create a subdomain proxy
Each subdomain proxy gets its own domain atsubdomain.vmname.boxd.sh:
api.myapp.boxd.sh and forwards HTTPS traffic to port 3001 on your machine.
From inside the VM:
Remove a proxy
proxy rm.
Change the default port
Non-HTTP services
Proxies route HTTPS only. To expose a database, an SSH daemon, a game server, or any other raw protocol, expose a raw TCP/UDP port instead. See Port forwarding.Custom domains
Bring your own domain instead ofname.boxd.sh — point it at one machine, or delegate a wildcard to your whole org. See Custom domains.