Skip to content

Instantly share code, notes, and snippets.

View hhftechnology's full-sized avatar
💭
I may be slow to respond.

HHF Technology hhftechnology

💭
I may be slow to respond.
View GitHub Profile
@hhftechnology
hhftechnology / SplitDNSArchitecture.md
Last active December 28, 2024 04:34
Split DNS to access your local containers via domain names while keeping them secure
graph TD
    subgraph Internet["Internet (Public)"]
        CF[Cloudflare DNS]
    end

    subgraph LocalNetwork["Local Network"]
        Router[Router/Firewall]
        PiHole[Local DNS Server<br/>Pi-hole/AdGuard]
        Unraid[Unraid Server]