AdGuardHome
AdGuardHome copied to clipboard
add allow_unencrypted_doh field to api
Issue: https://github.com/AdguardTeam/AdGuardHome/issues/5207
POST /control/tls/configure
{
"allow_unencrypted_doh": true
}
GET /control/tls/status
{
...
"allow_unencrypted_doh": true,
...
}