Add ODoH support. (#1653)

This commit is contained in:
Christopher Wood 2021-03-30 02:03:25 -07:00 committed by Frank Denis
parent f7219b2bfa
commit c748f93752
32 changed files with 5847 additions and 18 deletions

View file

@ -39,6 +39,7 @@ jobs:
- name: Test suite
run: |
go version
go mod vendor
cd .ci
./ci-test.sh
cd -