1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/hotspot_ynh.git synced 2024-09-03 19:25:53 +02:00

allow empty dns field to generate default local dns

This commit is contained in:
HgO 2023-10-14 10:52:27 +02:00
parent 7127e3b3a1
commit 638b467441

View file

@ -103,6 +103,7 @@ name = "Configuration"
[main.hotspot.dns]
ask = "DNS resolvers"
type = "tags"
optional = true
visible = "advanced"
pattern.regexp = '^([0-9.]{7,15}|[0-9a-fA-F:]+)$'
pattern.error = "Not an ip"