Custom Domain
Serve proxies to your sub-users under your own domain (white-label)
Connect your own domain so your sub-users receive connection strings with
your brand instead of v1.soxway.io. Ports, credentials and routing stay
exactly the same — only the host shown in the connection string changes.
The custom domain applies only to your sub-users. In your own reseller panel you keep seeing the default host. One domain per reseller.
How it works
-
Add a subdomain in your reseller panel → tab Custom Domain (e.g.
proxy.yourbrand.com). Apex domains (yourbrand.com) are not supported — use a subdomain. -
Create a DNS record at your registrar:
CNAME proxy.yourbrand.com → v1.soxway.ioA
CNAMEis required (not anArecord) so your domain automatically follows our load balancer and failover. -
Verify — click Verify DNS. We resolve your domain and confirm it points to
v1.soxway.io. -
Approval — once DNS is verified, the domain goes to moderation and is activated by an administrator.
-
Active — from now on every connection string we hand to your sub-users uses your domain:
# before socks5://user:[email protected]:1080 # after socks5://user:[email protected]:1080
Keep the CNAME record in place. If it is removed, verification is lost and
sub-users fall back to the default host.
Status reference
| Status | Meaning |
|---|---|
| Pending DNS | Domain added, DNS not verified yet |
| In moderation | DNS verified, awaiting admin approval |
| Active | Approved — served to your sub-users |
| Rejected | Not approved by admin |
| Disabled | Turned off by admin |
Notes
- Ports are unchanged: HTTP
5000, SOCKS51080. - HTTPS-on-the-proxy (TLS termination on your domain) is not part of this feature — connection strings use the plain HTTP/SOCKS5 ports.
- The domain only affects the host string; usernames, passwords and all geo/rotation suffixes work exactly as before.