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:
commit
118bda081c
1 changed files with 6 additions and 1 deletions
|
@ -77,7 +77,12 @@ api.allowed = "visitors"
|
||||||
api.auth_header = false
|
api.auth_header = false
|
||||||
api.protected = true
|
api.protected = true
|
||||||
api.show_tile = false
|
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 = "/"
|
main.url = "/"
|
||||||
|
|
||||||
[resources.apt]
|
[resources.apt]
|
||||||
|
|
Loading…
Add table
Reference in a new issue