Skip to content

Commit

Permalink
Use new overview infographic and remove old files
Browse files Browse the repository at this point in the history
  • Loading branch information
ryru committed Aug 5, 2024
1 parent 35bfbea commit d9e0e9f
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 15 deletions.
14 changes: 1 addition & 13 deletions ARCHITECTURE.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,7 @@

High level architecture of the DNS resolver configuration:

```mermaid
---
title: Secure DNS Resolver Overview
---
flowchart LR
dotClient(DoT Client) <-->|Encrypted| dnsdist(DNS Frontend)
dohClient(DoH Client) <-->|Encrypted| dnsdist
dnsClient(DNS Client) --x|Plain| dnsdist
subgraph server [Secure DNS Resolver]
dnsdist <--> unbound(DNS Backend)
end
unbound <-->|Plain| dnsSystem[(Global DNS)]
```
![Secure DNS resolver overview](assets/Secure-DNS-Resolver-Overview.png)

## Detailed Setup

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Information, configuration files and _how tos_ about the public secure DNS resol

The Digital Society Switzerland runs publicly available DNS-over-HTTPS (DoH) and DNS-over-TLS (DoT) DNS resolver systems.

![Secure DNS resolver in a pig picture](assets/Secure-DNS-Resolver-Big-Picture-100p.png)
![Secure DNS resolver overview](assets/Secure-DNS-Resolver-Overview.png)

This repository contains:

Expand Down
Binary file removed assets/Secure-DNS-Resolver-Big-Picture-100p.png
Binary file not shown.
Binary file removed assets/Secure-DNS-Resolver-Big-Picture-200p.png
Binary file not shown.
1 change: 0 additions & 1 deletion assets/Secure-DNS-Resolver-Big-Picture.drawio

This file was deleted.

Binary file added assets/Secure-DNS-Resolver-Overview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d9e0e9f

Please sign in to comment.