ZProxy is a SOCKS5 proxy that helps you access services deployed on Zeabur Dedicated Server without exposing them to the public Internet.
ZProxy is a SOCKS5 proxy that helps you access services deployed on Zeabur Dedicated Server without exposing them to the public Internet.
AUTH_USERNAME
, AUTH_PASSWORD
: SOCKS5 authentication
zeabur
ZEABUR_API_KEY
: Zeabur API KeyZEABUR_SERVER_ID
: Zeabur Dedicated Server IDZEABUR_UPDATE_INTERVAL
: Mapping refresh interval (default 5m
)Access internal services via:
{service-name}.{project-name}.zeabur.cluster.local
Note: Domains must be lowercase.
Example 1 — LobeChat with a logto
service (admin panel on port 3002
):
Instead of exposing the admin panel to the Internet, configure the proxy and open:
logto.lobechat.zeabur.cluster.local:3002
Example 2 — a postgres
database inside the LobeChat project:
With the proxy configured, connect locally via:
psql -h postgres.lobechat.zeabur.cluster.local