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 #141 from ewilly/master

Reapply Regex to api.url
This commit is contained in:
OniriCorpe 2023-12-10 00:10:29 +01:00 committed by GitHub
commit e21859abbc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@ description.fr = "Serveur DNS, bloqueur de publicités et trackers"
id = "adguardhome"
name = "AdGuard Home"
version = "0.107.42~ynh1"
version = "0.107.42~ynh2"
maintainers = ["ddataa"]
@ -77,7 +77,7 @@ api.allowed = "visitors"
api.auth_header = false
api.protected = true
api.show_tile = false
api.url = "/dns-query"
api.url = "re:__DOMAIN__/dns-query"
main.url = "/"
[resources.apt]