AdGuardHome icon indicating copy to clipboard operation
AdGuardHome copied to clipboard

add allow_unencrypted_doh field to api

Open mazzz1y opened this issue 1 year ago • 0 comments

Issue: https://github.com/AdguardTeam/AdGuardHome/issues/5207

POST /control/tls/configure
{
    "allow_unencrypted_doh": true
}
GET /control/tls/status
{
    ...
    "allow_unencrypted_doh": true,
    ...
}

mazzz1y avatar Nov 28 '22 16:11 mazzz1y