Different styling and management for dns upstream comments

This commit is contained in:
Juan Gilsanz Polo 2022-10-22 02:17:30 +02:00
parent d89d7ca2d6
commit 3a47490f46
4 changed files with 223 additions and 19 deletions

View file

@ -487,5 +487,8 @@
"bootstrapDnsDescription": "Configure the bootstrap DNS servers",
"privateReverseDnsDescription": "Configure custom DNS resolvers and enable private reverse DNS resolving",
"dnsServerSettingsDescription": "Configure a rate limit, the blocking mode and more",
"dnsCacheConfigDescription": "Configure how the server should manage the DNS cache"
"dnsCacheConfigDescription": "Configure how the server should manage the DNS cache",
"comment": "Comment",
"address": "Address",
"commentsDescription": "Comments are always preceded by #. You don't have to add it, it will be added automatically."
}

View file

@ -487,5 +487,8 @@
"bootstrapDnsDescription": "Configura los servidores DNS de arranque",
"privateReverseDnsDescription": "Configura DNS resolutores personalizados y habilita resolutores internos y privados",
"dnsServerSettingsDescription": "Configura el límite de peticiones, el modo de bloqueo y más",
"dnsCacheConfigDescription": "Configura cómo el servidor debe manejar la caché del DNS"
"dnsCacheConfigDescription": "Configura cómo el servidor debe manejar la caché del DNS",
"comment": "Comentario",
"address": "Dirección",
"commentsDescription": "Los comentarios siempre van precedidos por #. No necesitas añadirlo. Se añadirá automáticamente."
}