Fix enforceDnsCheckpointing

This commit is contained in:
everoddandeven 2024-12-25 13:05:08 +01:00
parent f744dad0f5
commit 5717f2e43b

View file

@ -192,7 +192,7 @@
<div class="form-check form-switch col-md-6">
<label for="enforce-dns-checkpointing" class="form-check-label">Enforce DNS checkpointing</label>
<input class="form-control form-check-input" type="checkbox" role="switch" id="enforce-dns-checkpointing" [checked]="currentSettings.enforceDnsCheckpoint" [(ngModel)]="currentSettings.enforceDnsCheckpoint" [ngModelOptions]="{standalone: true}">
<input class="form-control form-check-input" type="checkbox" role="switch" id="enforce-dns-checkpointing" [checked]="currentSettings.enforceDnsCheckpointing" [(ngModel)]="currentSettings.enforceDnsCheckpointing" [ngModelOptions]="{standalone: true}">
<br>
<small class="text-body-secondary">Checkpoints from DNS server will be enforced</small>
</div>