froxlor / Froxlor

The server administration software for your needs - The official Froxlor development Git repository
http://www.froxlor.org
GNU General Public License v2.0
1.62k stars 455 forks source link

The value for the field "system_le_domain_dnscheck_resolver" is not in the expected format. #1220

Closed hknet closed 7 months ago

hknet commented 7 months ago

When trying to change the DNS-Resolver in the SSL-Settings of the Panel (like changing it from 1.1.1.1 to 8.8.8.8) the panel reports:

Error The value for the field "system_le_domain_dnscheck_resolver" is not in the expected format.

System information

To Reproduce Steps to reproduce the behavior:

  1. Go to Panel -> System -> Settings -> SSL-Settings
  2. Click on the input field besides 'Use a external nameserver for DNS validation'
  3. Enter '8.8.8.8' and click save
  4. See error: The value for the field "system_le_domain_dnscheck_resolver" is not in the expected format.

Expected behavior The field should accept valid IPv4 and IPv6 addresses of resolvers. Maybe the default-value of 1.1.1.1 could even be replaced during setup using the local resolver of the system found in /etc/resolv.conf