Commit Graph

3 Commits

Author SHA1 Message Date
Benjamin Fry
e137e72f34
Balboah fix/missing cname records (#1033)
* Allow CNAME records on A/AAAA lookups

Fixes #184

* rustfmt

* Fix cname chain min TTL test

The test assumed that the CNAME record wouldn't be returned.
Now we only check that the A record TTLs were changed

* Fix lookup integration tests & max query depth

- include cname record in test
- move max query depth check

* add preserve_intermediates option

* preserve records across queries

* add as_lookup to LookupIp

Co-authored-by: Johnny Bergström <github@joonix.se>
2020-02-27 17:42:19 -08:00
Benjamin Fry
720f292aa5 update configurateion parse to support file and sqlite
- dedup authority code
- restructure dnssec configuration and key loading
- up tests after rebase
- fix openssl tests
- fix benches
- update battery tests
- update tests
2019-01-19 01:03:38 -08:00
Corentin Henry
f496fb7e33 add rustfmt to CI (#296)
* add jobs for rustfmt and clippy

Add two separate jobs for rustfmt and clippy. The clippy job is allowed
to fail for the moment because we still need to fix a few lints.

* add rustfmt config

* rustfmt

* allow rustfmt failures
2017-11-26 18:06:22 -08:00