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:
parent
a8ffc28b03
commit
916c9181b0
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ 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 = "/dns-query"
|
api.url = "re:__DOMAIN__/dns-query"
|
||||||
main.url = "/"
|
main.url = "/"
|
||||||
|
|
||||||
[resources.apt]
|
[resources.apt]
|
||||||
|
|
Loading…
Add table
Reference in a new issue