diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c06b9a59..be2b4b52 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,6 +22,7 @@ jobs: sed -i -e 's/listen_addresses.*/listen_addresses = ["127.0.0.1:5300"]/' dnscrypt-proxy.toml sed -i -e 's/require_dnssec.*/require_dnssec = false/' dnscrypt-proxy.toml sed -i -e 's/require_nolog.*/require_nolog = false/' dnscrypt-proxy.toml + sed -i -e 's/http3.*/http3 = true/' dnscrypt-proxy.toml sed -i -e 's/require_nofilter.*/require_nofilter = false/' dnscrypt-proxy.toml ./dnscrypt-proxy -list-all ./dnscrypt-proxy -show-certs diff --git a/.github/workflows/prcheck.sh b/.github/workflows/prcheck.sh index ef661050..bb8dea8b 100755 --- a/.github/workflows/prcheck.sh +++ b/.github/workflows/prcheck.sh @@ -92,6 +92,7 @@ while read -r stamp; do { echo 'listen_addresses = ["127.0.0.1:5300"]' + echo 'http3 = true' echo 'server_names = ["test"]' echo '[static."test"]' echo "stamp = '${stamp}'"