Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
quietsy committed May 4, 2024
1 parent f65337e commit c4b2f5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/hardcoded-dns.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ 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 NATing it back to the local DNS.
- 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).

Expand Down

0 comments on commit c4b2f5b

Please sign in to comment.