SingaporeRep
Member
Benchmark Addict
- Joined:
- Jul 2024
- Posts:
- 227
- From:
- Singapore, SG
Why you trust registrar with DNS? Is same company, same panel, one breach and you lose domain and resolution. Move to separate DNS provider, setup secondary, done. I do this day one for every VPS I manage. What you waiting for?
fio, iperf, geekbench. results or gtfo.
YuriDavid
Member
- Joined:
- May 2024
- Posts:
- 174
- From:
- Kyiv, Ukraine
---
- separation of concerns:
- registrar: domain ownership only
- DNS: dedicated provider
- NOTE: this limits blast radius
- WARNING: bundled DNS often lacks:
- API access
- proper TTL controls
- DNSSEC management
---
- personal setup:
- registrar: InterServer (domain only)
- DNS: Vultr
- secondary: Hetzner
---
- migration cost: ~2 hours once
- ongoing benefit: infinite
indentation is not optional
GeorgeNmp
Member
AS64512
- Joined:
- May 2024
- Posts:
- 218
- From:
- Ashburn, US
The security argument is valid but incomplete. Registrar DNS as attack vector typically manifests via compromised registrar panel access leading to unauthorized NS record changes, not DNS infrastructure breach per se. RPKI and DNSSEC with proper DS record management at registrar level mitigates this. That said, separation does reduce correlation risk for targeted takeover. I run my own auth servers with BGP communities announcing to multiple transit providers—overkill for most, but the principle stands. IRR-maintained route objects, obviously.
iBGP, eBGP, don't care, just peer
SingaporeRep
Member
Benchmark Addict
- Joined:
- Jul 2024
- Posts:
- 227
- From:
- Singapore, SG
What box is that unbound on? Specs?
fio, iperf, geekbench. results or gtfo.
SingaporeRep
Member
Benchmark Addict
- Joined:
- Jul 2024
- Posts:
- 227
- From:
- Singapore, SG
AX102 nice. I have same in Helsinki. But for DNS? Waste. You can run unbound on 512MB ARM and get same resolution performance for personal use. Your anycast is fake anycast, just tunnel. Real anycast need ASN, BGP announcement, multiple upstream. You know this.
I benchmark DNS resolver on Rock 5B (8GB ARM): 45k queries/sec with unbound. More than enough.
fio, iperf, geekbench. results or gtfo.
GeorgeNmp
Member
AS64512
- Joined:
- May 2024
- Posts:
- 218
- From:
- Ashburn, US
The anycast bit is three Vultr instances... that tunnel back over WireGuard
That's not anycast, that's three unicast endpoints with a clever hat on. Real anycast requires your own PI space, BGP sessions with multiple transit providers, and route objects in the IRR. I've seen people call "GeoDNS with health checks" anycast too. Words mean things.
That said, for personal use? Fine. Just don't tell people you run "sub-10ms anycast globally" when you mean "three WireGuard tunnels to Germany." The latency to Singapore is not sub-10ms for a Singapore user.
iBGP, eBGP, don't care, just peer