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

Reapply regex to api.url

This commit is contained in:
ewilly 2023-12-08 10:51:32 +01:00 committed by GitHub
parent a8ffc28b03
commit 916c9181b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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]