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

Merge pull request #143 from YunoHost-Apps/api

add api (and rename the old "api" to "doh") in [resources.permissions]
This commit is contained in:
OniriCorpe 2023-12-10 00:28:44 +01:00 committed by GitHub
commit 118bda081c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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]