mirror of
https://github.com/webmin/webmin.git
synced 2025-08-19 01:15:14 +00:00
Don't show dnssev-validation option if not supported
This commit is contained in:
@ -13,7 +13,9 @@ $options = &find("options", $conf);
|
||||
|
||||
# DNSSEC enabled
|
||||
&save_choice("dnssec-enable", $options, 1);
|
||||
&save_choice("dnssec-validation", $options, 1);
|
||||
if (&supports_dnssec_client() == 2) {
|
||||
&save_choice("dnssec-validation", $options, 1);
|
||||
}
|
||||
|
||||
# Save DLV zones
|
||||
@dlvs = ( );
|
||||
|
Reference in New Issue
Block a user