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:
parent
7127e3b3a1
commit
638b467441
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue