FIX: Opt out set based on wrong CLI argument.

This commit is contained in:
Ximon Eighteen
2024-11-05 09:13:42 +01:00
parent 5564fcd5ac
commit 0413e87cc0
+1 -1
View File
@@ -168,7 +168,7 @@ impl SignZone {
let (apex, ttl) = Self::find_apex(&records).unwrap();
let opt_out = if self.hash_only {
let opt_out = if self.nsec3_opt_out {
Nsec3OptOut::OptOut
} else if self.nsec3_opt_out_flags_only {
Nsec3OptOut::OptOutFlagsOnly