INDEPENDENT BY DESIGN

Your network.
On your terms.

See what your devices are asking for.
Decide what gets an answer.

Self-hosted DNS filtering, domain relationships, and privacy budgets. All in your hands.

Free & open source No subscriptions
A NETWORK, UNDERSTOOD
AegisDNSYOUR RULES APPLY HERE
The useful stuffALLOWED
Known trackersBLOCKED BY POLICY
Living room TVmetrics.example.com
Blocked
Illustrative traffic · select a device01 — 03
YOUR HARDWARE. YOUR DNS.
Rustat the core
Unboundfor resolution
MITlicensed to build on
Every line, in the open
LOOK BEYOND THE BLOCK COUNT

Know the connection.
Make the call.

A blocklist is a start.
Understanding your network is the next step.

01 / INSIDE AEGISDNS

One domain. The bigger picture.

Follow observed connections between devices, domains, aliases, and IP addresses. Investigate the request with its context still attached.

Explore the documentation Infrastructure and application labels depend on the evidence available.
Domain relationship graph and selected-domain inspector. Synthetic demonstration data.
Actual dashboard · synthetic demonstration data
00:24A quick look around.From the first request to the bigger picture.
THE EVERYDAY DETAILS MATTER, TOO

Built for the network
you actually live with.

01

Different devices. Different rules.

Keep the television, work laptop, and family devices on policies that make sense for them. Use per-device profiles, allowlists, and schedules.

DEVICE POLICIES / SCHEDULES
02

A resolver you can inspect.

Unbound handles recursive lookups and DNSSEC validation. QNAME minimization limits the query information sent along the resolution path.

UNBOUND / DNSSEC
03

Answers with a paper trail.

Follow the live query feed, inspect a request, and export history as CSV or JSON. Work from what your server actually observed.

LIVE ACTIVITY / EXPORTS
BRING YOUR OWN HARDWARE

Make yourself
at home.

A Linux machine. A place on your network.
A little curiosity. Start there.

Read the setup guide Free to run, modify, and use commercially.
Linux · fresh checkout
# Your network starts with your server.
git clone https://github.com/Harshil-Anuwadia/aegisdns.git
cd aegisdns
./install.sh

Run as a regular user with sudo access. The installer makes host changes. Read the requirements first.

Requirements & installation options
  1. 01
    Install on Linux

    Check the requirements, then run the installer on your host.

  2. 02
    Start your server

    Run aegis start. Use aegis credentials to retrieve your dashboard sign-in.

  3. 03
    Try one device first

    Set its DNS to your server’s IP. Verify lookups before changing the rest of your network.

BUILT BY A PERSON. OPEN TO EVERYONE.

Free software.
Human effort.

I’m Harshil, the developer behind AegisDNS. If this project earns a place on your network, you can help give it a future.

Harshil Anuwadia Creator, AegisDNS
FOR PEOPLE

Keep the project moving.

A one-time contribution or recurring sponsorship helps fund maintenance and public development. Always optional.

Sponsor on GitHub Choose your contribution on GitHub Sponsors.

Need something built?

Organizations can fund an improvement or discuss deployment assistance.

The same complete software for everyone. No paid feature gates.

A NOTE FROM THE CREATOR

I wanted a little more say
in what leaves my network.

Why AegisDNS exists, how AI helped, and what I hope we can build together.

Harshil Anuwadia Creator, AegisDNS

01. Why I started

AegisDNS began with frustration. I kept running into the same feeling: wanting a quieter, more private digital life seemed to come with another monthly bill. Privacy was something I wanted to exercise, but too often it was presented as something I had to keep buying.

I understand that good software takes work, and that work deserves support. My frustration wasn’t with developers earning a living. It was with how little control an ordinary person can feel they have without adding another subscription.

So much of life happens through connected devices now. A phone, a browser, a television—each can make connections I never consciously chose. I wanted to see those requests, understand more of them, and decide which ones my network should answer.

I don’t want everyday habits to become a profile for someone else’s advertising business. The thought of that information being collected, traded, or used to target me never felt like a fair exchange just for using the internet.

That is where this project started. With a personal need, and a suspicion that I wasn’t the only person feeling it.

02. Respect for what came before

There are already excellent self-hosted DNS projects. Their maintainers have spent years making private networks more accessible, often with very little recognition. AegisDNS exists in that tradition, and depends on the work of others—including Rust, Unbound, and the open-source libraries behind it.

I’m interested in contributing another useful perspective: connecting a DNS request to its surrounding activity, making device policies easier to understand, and exploring practical limits on recognized tracking. People should have more good choices.

03. What I want this to be

My aim is simple: useful software for people who want more control over their own network. Free to run. Open to inspect and change. No subscription required to use the complete project.

Self-hosting still takes hardware, electricity, and some care. DNS filtering also has limits: it can act on requests that reach it; it cannot make someone anonymous or see inside every application. I want those limits to be as clear as the features.

I want AegisDNS to earn trust through understandable behavior, public code, honest documentation, and fixes when things go wrong. Optional sponsorship can support that work. It should never determine how much control a user gets.

TRANSPARENCY

04. AI, honestly

Yes, AI has been used substantially in developing AegisDNS. It has helped with implementation, debugging, testing, design, and documentation—including shaping the words on this website.

I used it because it helped me turn an idea into something people could try, and work through problems beyond what I could tackle alone in the same time. I don’t want to pretend I wrote every line by hand, or hide the help behind the project.

My goal was never to claim that I built everything alone. It was to make something useful for people who feel the way I do.

AI can produce convincing mistakes. Passing tests is evidence, not a guarantee. Using these tools does not remove my responsibility to understand changes, take reports seriously, and keep improving the project. Independent review and contributions are welcome—especially where the code falls short.

This describes the development process. Running AegisDNS does not require an AI service, an AI subscription, or sending your DNS history to an AI provider.

05. An open invitation

If this feels familiar, try AegisDNS on a test device. Tell me where the setup is confusing, where a decision needs a better explanation, or where the software gets something wrong. A careful bug report is a contribution. So is a clearer sentence in the documentation.

You don’t owe the project a donation or a star to belong here. If it helps you understand your network a little better, it is already doing something I hoped it would.

Thank you for giving a personal project a chance to become something shared.

— Harshil

Help make it better

A few useful answers.

Is everything really free?+

Yes. AegisDNS is MIT-licensed, including commercial use. You supply the hardware and network connection. Sponsorship is optional and does not unlock features.

Will it work on every device?+

It filters DNS requests that reach your server. Devices that use another resolver can bypass it. Use native Linux for deployments that need reliable device identification; Docker Desktop and NAT can hide client IPs.

What can DNS tell me—and what can’t it?+

DNS reveals requested names and their observed answers. It cannot inspect encrypted application content. Privacy budgets and risk checks are estimates; application and company labels may be inferred, and false positives are possible.

How can I help without donating?+

Try an installation, improve the documentation, or report a reproducible bug. Open an issue or read the contribution guide. Remove private data from public reports and business inquiries.