Browse Source

allow empty dns field to generate default local dns

HgO 1 year ago
parent
commit
638b467441
1 changed files with 1 additions and 0 deletions
  1. 1 0
      config_panel.toml

+ 1 - 0
config_panel.toml

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