Skip to content

Commit

Permalink
Fix enforceDnsCheckpointing
Browse files Browse the repository at this point in the history
  • Loading branch information
everoddandeven committed Dec 25, 2024
1 parent f744dad commit 5717f2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/pages/settings/settings.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ <h4 class="mb-3">Proxy/DNS</h4>

<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>
Expand Down

0 comments on commit 5717f2e

Please sign in to comment.