index
:
0tdns
master
Zero Trust DNS - back-end of a system that verifies DNS responses from around the world utilizing OpenVPN and network namespaces
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2020-05-11
make helper program able to ask DNS at address provided on the command line
Wojciech Kosior
2020-05-08
join querying and responding in one program
Wojciech Kosior
2020-05-07
add ask_localhost helper program
Wojciech Kosior
2020-05-07
reformat license text
Wojciech Kosior
2020-05-07
change logging approach
Wojciech Kosior
2020-05-07
add mock of our logging facility
Wojciech Kosior
2020-05-07
store information on how much we trust each resolver
Wojciech Kosior
2020-05-07
modularize - create and delete ztdns instance in separate functions
Wojciech Kosior
2020-05-07
add license information
Wojciech Kosior
2020-05-07
rename program: receive -> receive_respond
Wojciech Kosior
2020-05-07
incorporate response creation and sending from adsuck
Wojciech Kosior
2020-04-30
demonstrate DNS request receiving
Wojciech Kosior
2020-04-30
also try resolve using locally-running DNS server
Wojciech Kosior
2020-04-30
don't segfault on failed query
Wojciech Kosior
2020-04-30
add (incomplete) TLS usage for forwarded queries
Wojciech Kosior
2020-04-30
keep recursive resolver references in a structure
Wojciech Kosior
2020-04-30
use DNSSEC for full queries and specify debuglevel for ubound
Wojciech Kosior
2020-04-30
also use resolv.conf resolver and full resolution
Wojciech Kosior
2020-04-30
rename label abort→out
Wojciech Kosior
2020-04-30
example resolution using several recursive servers
Wojciech Kosior