Improved dns settings main screen

This commit is contained in:
Juan Gilsanz Polo 2022-10-20 02:42:25 +02:00
parent 28d60c462d
commit 42495c8bab
4 changed files with 101 additions and 42 deletions

View file

@ -473,5 +473,10 @@
"dnsConfigSaved": "DNS server configuration saved successfully",
"dnsConfigNotSaved": "The DNS server configuration could not be saved",
"savingConfig": "Saving configuration...",
"someValueNotValid": "Some value is not valid"
"someValueNotValid": "Some value is not valid",
"upstreamDnsDescription": "Configure upstream servers and DNS mode",
"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"
}