Skip to main content
Nullspace does not ship a first-class proxy product surface in private beta. You can still build a template that starts a Shadowsocks client and points your workload at the local SOCKS proxy.

Local SOCKS proxy

Applications can then use socks5h://127.0.0.1:1080:

Transparent proxy variant

Transparent egress requires root networking privileges inside the guest and is best kept to dedicated templates. Use ss-redir and explicit iptables rules:
Prefer the local SOCKS variant unless you control the full template and have a clear reason to intercept all TCP egress. Concept: Create. API reference: buildTemplate, createMachine, and execCommand.