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:
parent
4e4b5d1ef9
commit
d013e340f9
1 changed files with 6 additions and 1 deletions
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue