1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/adguardhome_ynh.git synced 2024-09-03 18:06:23 +02:00

add api (and rename the old "api" to "doh")

This commit is contained in:
OniriCorpe 2023-12-10 00:24:48 +01:00
parent 4e4b5d1ef9
commit d013e340f9

View file

@ -77,7 +77,12 @@ api.allowed = "visitors"
api.auth_header = false
api.protected = true
api.show_tile = false
api.url = "re:__DOMAIN__/dns-query"
api.url = "re:__DOMAIN__/control"
doh.allowed = "visitors"
doh.auth_header = false
doh.protected = true
doh.show_tile = false
doh.url = "re:__DOMAIN__/dns-query"
main.url = "/"
[resources.apt]