nxlog
This commit is contained in:
parent
1e0e01e8e1
commit
4f42dd01a4
|
@ -65,6 +65,7 @@ The current 2.0.0 beta version includes all the major features from dnscrypt-pro
|
||||||
| Built-in servers latency benchmark | No | Yes |
|
| Built-in servers latency benchmark | No | Yes |
|
||||||
| Query type filter: only log a relevant set of query types | No | Yes |
|
| Query type filter: only log a relevant set of query types | No | Yes |
|
||||||
| Support for the Windows Event Log | No | Yes |
|
| Support for the Windows Event Log | No | Yes |
|
||||||
|
| Log suspicious queries (leading to NXDOMAIN) | No | Yes |
|
||||||
|
|
||||||
## Planned features
|
## Planned features
|
||||||
|
|
||||||
|
|
|
@ -16,7 +16,7 @@ import (
|
||||||
"golang.org/x/crypto/curve25519"
|
"golang.org/x/crypto/curve25519"
|
||||||
)
|
)
|
||||||
|
|
||||||
const AppVersion = "2.0.0beta5"
|
const AppVersion = "2.0.0beta6"
|
||||||
|
|
||||||
type Proxy struct {
|
type Proxy struct {
|
||||||
proxyPublicKey [32]byte
|
proxyPublicKey [32]byte
|
||||||
|
|
Loading…
Reference in New Issue