Fix enforceDnsCheckpointing
Some checks failed
MacOS - x64 DMG Build / build (20) (push) Has been cancelled
Lint Test / build (20) (push) Has been cancelled
Linux - AppImage Build / build (20) (push) Has been cancelled
Linux - x86_64 RPM Build / build (20) (push) Has been cancelled
Linux - x64 DEB Build / build (20) (push) Has been cancelled
MacOS Build / build (20) (push) Has been cancelled
Windows Build / build (20) (push) Has been cancelled

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>