Browse Source

add DNSSEC over tor idea

main
John-Mark Gurney 5 years ago
parent
commit
464344c679
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      README.md

+ 1
- 0
README.md View File

@@ -11,3 +11,4 @@ Here is a list of the projects that I'm interested in working on. If you'd like
An infrastructure to be able to describe conversion from a byte stream to a key/value type structure, and the ability to tie them together. This would generate both a serializer and a deserializer from the same definition.
* [FreeBSD test lab](https://www.funkthat.com/gitea/jmg/fbsdembdev)
A lab where other FreeBSD commiters (at first) can reserve an embedded board, and do testing on it remotely. They will have a jail w/ full access to the network of the board under test, along w/ the ability to power cycle the board. This will hopefully allow more testing of boards.
* Secure/Privacy DNS Resolver. This is an attempt to improve the privacy of DNS resolution. The idea is that for domains that support DNSSEC, do the query over tor, and authenticate the responses, this gives the privacy of tor. If a domain doesn't support DNSSEC, provide various options, either, forward to your ISP's resolver, validate through mulpitle tor queries or other options.

Loading…
Cancel
Save