webapp: updated html for EDNS udp payload size option.

This commit is contained in:
Shreyas Zare
2021-10-30 12:22:51 +05:30
parent 1d91ce7419
commit 0ecec4e44e

View File

@@ -718,6 +718,17 @@
<div>Warning! Use this option only if this DNS server has native IPv6 Internet access otherwise it will affect performance.</div>
</div>
<div class="well well-sm form-horizontal">
<div class="form-group">
<label for="txtEdnsUdpPayloadSize" class="col-sm-3 control-label">EDNS UDP Payload Size</label>
<div class="col-sm-6">
<input type="number" class="form-control" id="txtEdnsUdpPayloadSize" placeholder="size" style="width: 100px; display: inline;">
<span>(valid range 512-4096; default 1232)</span>
</div>
<div class="col-sm-offset-3 col-sm-8" style="padding-top: 5px;">The maximum UDP payload size that can be used to avoid IP fragmentation.</div>
</div>
</div>
<div class="well well-sm form-horizontal">
<div class="form-group">
<label for="txtQpmLimitRequests" class="col-sm-3 control-label">Queries Per Minute (QPM) Limit (Requests)</label>