Check with HTTP/3 turned on

This commit is contained in:
Frank Denis 2023-02-12 14:34:45 +01:00
parent 7f09491e3f
commit dd1659ce9a
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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}'"