Getting started
How an Orbit account is organised, what lives where in the console, and the shortest path from signing in to serving a name from our network.
Shield needs to answer for a hostname before it can serve it. There are three ways to arrange that, and they differ in how much of your DNS has to move.
| Way in | Move | Pick it when |
|---|---|---|
| Whole domain | Name servers at the registrar | You want us to answer for the whole domain, including the apex. |
| One hostname | Two NS records in your existing DNS | The rest of the domain must stay where it is. |
| CNAME | One CNAME, plus one for certificates | You only want Shield, and your DNS stays untouched. |
The console recommends one for the hostname you type. An apex — example.com with nothing in front — cannot take a CNAME, so for an apex the answer is either the whole domain or a provider that supports apex aliasing.
edge.yunzheng.space._acme-challenge.<label> pointing at _acme-challenge under the same target. This is what lets the certificate issue and renew without you doing anything again.Once a name is proxied, a lookup for it never returns your origin address. The edge answers with its own addresses, chosen for where the visitor is, with a 60-second TTL. Your origin address is not in DNS, not in a zone transfer, and not in an export.
That is only half of hiding an origin. The other half is that the origin must refuse everybody else — see Link, which removes the need for it to accept any inbound connection at all.
Yes, as long as the <code>_acme-challenge</code> CNAME stays in place. That record is the whole renewal mechanism; deleting it is the usual reason a certificate stops renewing months later.
Not with a plain CNAME — DNS does not allow it. Either host the whole domain with us and use an ALIAS record at the apex, or use a DNS provider that offers apex aliasing of its own.
How an Orbit account is organised, what lives where in the console, and the shortest path from signing in to serving a name from our network.
Add a zone, point your registrar at our name servers, manage records: weighted answers, health-checked records, ALIAS at the apex, zone-file import.
A connector on your server dials out to a city you choose and holds the connection open; your site is reachable through Orbit with no public address or port.