Owning Our Address on the Internet: Frao Runs Its Own DNS

Owning Our Address on the Internet: Frao Runs Its Own DNS

This week, frao.tech began to be served by nameservers we own and operate ourselves. For the first time, the address that points the world to our services is answered by infrastructure running on two independent hosts, in two different locations, that we control end to end. It’s a quiet milestone with an outsized meaning — and a stronger foundation for everything we build for our partners and clients.
Reading time: ~3 minutes


The Address Book of the Internet

Type a name into a browser — frao.tech, an email address, an API endpoint — and something translates it into the network location that actually routes your request. That system is called DNS, the Domain Name System: the address book of the internet.

Most companies rent their entry in that address book. A third party holds the record and answers "where is this domain?" on their behalf. It works — until you need to move fast, or until their infrastructure has a bad day.

This week, we stopped renting.

What We Did

Frao.tech is now served by our own authoritative nameservers — the systems the whole internet asks "where is frao.tech?" and trusts the answer. We run them on two independent hosts in two separate locations, so there is no single point of failure. Every service under our domain now resolves through infrastructure we provision, monitor, and control ourselves.

The move was rehearsed, verified, and rolled out so that nothing changed for anyone on the outside. The records the internet sees today are identical to yesterday’s — they’re simply answered by a system that belongs to us.

Why It Matters

Owning our address book changes the platform in three concrete ways:

Speed. DNS changes that once meant waiting on a third party now happen in seconds. A new environment, a new deployment, a new region — we point to it immediately, no tickets, no waiting.

Independence. Our reachability no longer depends on someone else’s nameservers staying healthy. Two operators, two locations, monitored around the clock. If one fails, the other answers.

Ownership. Every service we run — the trading platform, our documentation, the gateways, the tools we build for clients — now stands on a foundation we control end to end. It’s the same standard we hold for the work we do for you.

What It Asks of Us

Ownership isn’t a trophy; it’s a responsibility — and we’re deliberate about what it carries:

UPTIME IS OURS
Automated health checks and alerting watch both nameservers around the clock. A problem is something we see before a visitor ever would.
SECURITY IS CONTINUOUS
Authoritative DNS is a high-value target. Every record change flows through a single, audited write path — never a hand-edited file, never an unaccounted change.
DISCIPLINE IS THE BASELINE
DNS is invisible when it works and unforgettable when it doesn't. The systems that carry it get the same rigor as the services that depend on it.

The Meaning of the Milestone

This isn’t a technical footnote. It’s a statement about how we build: the more of the stack we own, the more control we have over the quality of what we deliver. For partners and clients, that control means services that evolve faster, run more reliably, and hold up better under pressure.

We didn’t take over our DNS to make an announcement. We did it because the address book is the front door of everything we run — and a front door is exactly what you want to hold the keys to.


Want the Full Breakdown?

This is the short version. For the technical walkthrough — the architecture, the separation between our internal and external namespaces, the configuration, and the measured latency of a live change — see Under the Hood: Frao’s Self-Hosted Authoritative DNS Stack.