The short version is on the VPN service page. What follows is the full dossier, nothing trimmed: who runs the tunnel, how the tiers work, what is and is not logged, and how to verify each claim yourself.

󰖣 cat /etc/vpn/tiers — pick a DNS posture
󰣨 cat /etc/vpn/tiers
pipe # tunnel only — your resolver, untouched
privacy # tunnel + our encrypted resolver, no filtering
security # tunnel + encrypted resolver + ad/tracker blocking
# one subscription, all three — chosen per device

Why use a VPN at all?

Every time you open a website, two small facts travel ahead of the page: the name you asked for, and where you are asking from. On a home connection, both pass through your internet provider, which is allowed to keep a record of them. On hotel, café or airport Wi-Fi, they also pass through a network you know nothing about.

A VPN — short for virtual private network — is a private tunnel between your device and a server you have chosen to trust. What you send goes into the tunnel, scrambled so that only the two ends can read it, and it comes out the far end looking as though it started there rather than at your house. “Scrambled” is the same idea as the padlock in your browser’s address bar, applied to the whole connection instead of a single website.

That is worth having for three ordinary reasons:

What a VPN does not do

The adverts are vague about this part, so it is worth being plain:

Who runs the tunnel

That question is where most VPN services would rather you did not look too closely. Several of the brands you have heard of turn out to share one owner, and the money behind that owner came from advertising and data brokerage rather than from subscriptions — an odd foundation for a promise of “no logs”. Opacity is closer to the rule than the exception: a brand marketed in one country, run by a subsidiary in a second, owned by a holding company in a third, behind a chain of shell companies, with code you are invited to trust but not to read. Much of that ownership ends in a country whose intelligence services are close partners of the United States — and a VPN is the ideal honeypot for anyone who wants to watch: one machine that every request you make passes through, run by owners you cannot trace. In one well-documented case, a popular “free” VPN paid its own bills by renting out its customers’ internet connections to third parties — while they slept.

None of that is illegal, and not every provider behind an opaque owner is hostile. The problem is narrower than malice, and harder to live with: from the outside you cannot tell the difference, and you should not have to guess. A tunnel you cannot inspect is a promise, not a fact.

Here is what you can check about this one:

In practice, it amounts to one small, specific thing.

What you get

A WireGuard tunnel from your devices to a gateway I run, plus a DNS resolver that answers inside it. That is the whole product: no client app, no bundled browser, no telemetry SDK. You get a WireGuard configuration (or a QR code) and your operating system’s own WireGuard client does the rest — see the client setup guide.

Each device gets its own tunnel, and the tunnels are yours to arrange: by default every device is a separate lane to the internet, and you can put your own devices on speaking terms with each other when you want them to. That part is described in your own devices, one private network.

The three tiers exist because of one question: who resolves your DNS, and is anything filtered? Every tier hides your source IP from the sites you visit. Only two of them also keep your name lookups away from your ISP.

The three tiers

󱠽 PIPE
Just the tunnel

DNS: untouched. The configuration carries no DNS setting, so your device keeps the resolver it already runs.

Hides: your source IP from every site you visit. Leaves alone: your lookups — they go to your own resolver, outside the tunnel.

For you if: you already run encrypted DNS you trust, or you have split-DNS and corporate names to resolve.

󰈉 PRIVACY
Tunnel + encrypted DNS

DNS: ours, inside the tunnel. Your device resolves through 172.16.40.1, reachable only from inside the tunnel, which forwards upstream over DNS-over-TLS.

Gains: your ISP stops seeing which names you look up — it sees one encrypted stream to the gateway. No filtering: whatever you ask for resolves.

The default choice: everyday privacy, with nothing standing between you and what you asked for.

󰦝 SECURITY
Tunnel + encrypted DNS + blocking

DNS: ours, with filter lists. AdGuard Home at 172.16.41.1 blocks ads, trackers and known-malware domains before your device reaches them.

Gains: everything the privacy tier does, plus blocking that works on every device — no browser extension needed. Isolation: its own resolver instance, so filter lists and caches never touch the other tiers.

For phones, tablets and family devices. Something useful got blocked? The portal's filter-list page shows what, and takes an exception request.

The tiers differ in DNS only — never in speed. All three run through the same gateway with the same shaping: up to 1 Gbit/s per connection, on a line that is shared with other customers. No tier is faster, slower, or upsold by bandwidth.

How a tier gets assigned

The tier is chosen per device when you add it in the portal, and different devices on the same subscription can run different tiers — a laptop on privacy, a phone on security, a work machine on pipe. To move a device between tiers, remove it and add it again under the new tier: each device gets its own tunnel configuration, so switching means downloading a new config file or QR code rather than editing the existing one.

Your own devices, one private network

An account covers three devices, and a tunnel can do more than point them all at the internet. In the portal’s device-to-device page you decide which of your own devices may reach which — one direction at a time, and either all traffic or a named protocol and port list. Reach a home server from a laptop without exposing it to anything else, let a phone pick a file up from a desktop, or open exactly one port between two machines.

The defaults are the point:

Applying a change rewrites the firewall on the gateway and takes about half a minute; your devices stay connected while it lands. It is the same declarative configuration as the rest of the service, so what the portal shows you and what the gateway enforces are the same thing.

The price

$10/mo 󰓹 per month — every tier included
3 󰾰 devices per account
1 Gbit/s 󰓅 up to, per connection

$10/mo (USD), billed monthly by card through Stripe. One subscription covers all three tiers: they are DNS postures on the same connection, so there is no “better” plan to upsell you into and nothing to meter — no data cap, no per-gigabyte billing, no usage-based fees. Cancel any time; access runs to the end of the paid period, and partial periods are not pro-rated. The details live in terms & fair use.

Being straight about what this is not: it is a privacy service, not a geo-unblocking one. There is a single gateway, no rotating exit addresses, and no residential proxy pools. It will not pretend to be a Netflix-region machine, and it will not sell you a number on a speed test.

󰔟 Two minutes to a working tunnel
Create an account, pay once, add a device, pick a tier, scan the QR code. The portal shows each device's live handshake state and gives you a DNS leak test, so you can check that the tier you chose does what this page says it does — and it is where you decide whether your own devices may reach each other.
[ CREATE ACCOUNT ] [ CLIENT SETUP GUIDE ]
Already a client? The portal is where you sign in.

What we do not keep

Verify it, don’t trust it

  1. Read the audit. The infrastructure audit reviews the gateway configuration, both tier resolvers, and tests the no-log assertions rather than asserting them in prose: infrastructure audit. The signed report is also published at vpn.ymrtech.com/logging-audit.
  2. Read the source. The infrastructure is declarative Nix; nothing is hand-configured on a running machine. git.ymrtech.com
  3. Read what we hold. What we log — the exact list, with retention windows.
  4. Test it yourself. The portal shows whether the current browser is on the VPN at all, and the DNS leak test sends a uniquely-named probe lookup and confirms whether it reached our resolver through the tunnel — plus a link to an external test that lists the full resolver chain. Open the portal.
  5. Watch it live. Service status publishes the checks we watch — the portal, both tier tunnels, both tier resolvers, the website, the forge and mail — so a blip can be told from an outage before anyone opens a support thread.

Questions

Which devices can I use it on?

Three devices per account, each with its own tier. Any client that speaks WireGuard: the official Windows, macOS, Linux, iOS and Android apps, or a router that supports WireGuard imports. The setup guide covers each platform.

Can my devices reach each other through the tunnel?

Only if you say so. As a device is added, it reaches the internet and nothing else of yours. The portal’s device-to-device page is where you link your own devices — one direction at a time, either all traffic or a named protocol and port list. Two devices on the same account can be joined; a device belonging to another customer cannot, and yours cannot be joined to theirs. The mechanics are in your own devices, one private network.

Can I bring my own DNS?

Yes — that is the pipe tier. Your device keeps whatever resolver it already has, including in-browser DNS-over-HTTPS.

How do I know my DNS is going through the tunnel?

The portal answers this two ways. It reports whether the browser you are using is on the VPN at all, and the DNS leak test mints a unique probe name, has your browser look it up, and then checks whether that lookup reached YMR’s resolver inside the tunnel. If a device’s client is falling back to its own resolver or to in-browser DNS-over-HTTPS, the query never arrives and the test says so. It deliberately does not try to enumerate the whole resolver chain, so the page also links an external test that lists every resolver the outside world can see.

How do I know the service is up?

Service status is a live public page, checked once a minute: the portal, both tiers’ tunnels and both tiers’ resolvers, plus the website, the forge and mail. If something a device depends on is down, it shows there. If a check you rely on is missing from that page, say so through contact.

What happens if I cancel?

Access stops at the end of the paid period, and the device records are gone with the account. Cancellation and refunds are covered in terms & fair use.

󰣨 ymrtech@ymrtech | 󰌠 NixOS | 󰍢 UTF-8