Skip to content

Commit

Permalink
Change phrasing
Browse files Browse the repository at this point in the history
  • Loading branch information
quietsy committed May 4, 2024
1 parent 171d399 commit 6cbc9e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/hardcoded-dns.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ Detailed in the paper [Characterizing Smart Home IoT Traffic in the Wild](https:
Hardcoded DNS can be prevented with the following actions:

- Catch all network traffic on ports 53, 853 and NAT it back to the local DNS.
- Block all traffic to public DNS IPs that wasn't made by the local DNS.
- Block all public DNS domains used by DoH using [DoH-IP-blocklists](https://github.com/dibdot/DoH-IP-blocklists).
- Block all traffic to public DoH IPs using [DoH-IP-blocklists](https://github.com/dibdot/DoH-IP-blocklists).
- Block all public DoH domains using [DoH-IP-blocklists](https://github.com/dibdot/DoH-IP-blocklists).

The following rules were made using OPNSense and AdGuardHome to achieve it.

Expand Down

0 comments on commit 6cbc9e0

Please sign in to comment.