Check with HTTP/3 turned on
This commit is contained in:
parent
7f09491e3f
commit
dd1659ce9a
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
1
.github/workflows/prcheck.sh
vendored
1
.github/workflows/prcheck.sh
vendored
@ -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}'"
|
||||
|
Loading…
x
Reference in New Issue
Block a user