forked from I2P_Developers/i2p.i2p
Add DNS library to support RFC 8484 DoH (ticket #2201)
WIP - not yet hooked in This is a portion of release 1.0.0 of MiniDNS from https://github.com/MiniDNS/minidns/ 2020-07-18 Only contains the minidns-core portion of the library. Removed tests, most util classes, and DnsRootServer class. Unmodified, as a base for future checkins. Total size of zipped classes is about 75 KB. This software may be used under the terms of (at your choice) - LGPL version 2 (or later) - Apache Software licence - WTFPL
This commit is contained in:
@ -94,6 +94,12 @@ Public domain except as listed below:
|
||||
Copyright (C) 2016 Southern Storm Software, Pty Ltd.
|
||||
See licenses/LICENSE-Noise.txt
|
||||
|
||||
MiniDNS library 1.0.0
|
||||
This software may be used under the terms of (at your choice)
|
||||
- LGPL version 2 (or later) (see licenses/LICENSE-LGPL2.1.txt)
|
||||
- Apache Software licence (see licenses/LICENSE-Apache2.0.txt)
|
||||
- DWTFYWTPL
|
||||
|
||||
|
||||
Router (router.jar):
|
||||
Public domain except as listed below:
|
||||
|
Reference in New Issue
Block a user