mirror of
https://github.com/YunoHost-Apps/adguardhome_ynh.git
synced 2024-09-03 18:06:23 +02:00
Fix #137
This commit is contained in:
parent
9b126ff0c5
commit
37bb13ad21
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ name = "AdGuard Home"
|
|||
description.en = "Network-wide ads & trackers blocking DNS server"
|
||||
description.fr = "Serveur DNS, bloqueur de publicités et trackers"
|
||||
|
||||
version = "0.107.41~ynh2"
|
||||
version = "0.107.41~ynh3"
|
||||
|
||||
maintainers = ["ddataa"]
|
||||
|
||||
|
@ -74,7 +74,7 @@ ram.runtime = "50M"
|
|||
|
||||
[resources.permissions]
|
||||
main.url = "/"
|
||||
api.url = "/re:__DOMAIN__/dns-query"
|
||||
api.url = "re:__DOMAIN__/dns-query"
|
||||
api.allowed = "visitors"
|
||||
api.auth_header = false
|
||||
api.show_tile = false
|
||||
|
|
Loading…
Reference in a new issue