mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 00:07:26 +00:00
unbound: optional fields should have no defaults
Use the placeholder (hint) as documentation and remove the help text message which duplicates the same (plus the potential of being broken in a translation).
This commit is contained in:
parent
befa2aaceb
commit
443dff5b53
@ -37,7 +37,6 @@
|
||||
<label>DNS64 Prefix</label>
|
||||
<type>text</type>
|
||||
<hint>64:ff9b::/96</hint>
|
||||
<help>If no DNS64 prefix is specified, the default prefix 64:ff9b::/96 (RFC 6052) will be used.</help>
|
||||
</field>
|
||||
<field>
|
||||
<id>unbound.general.noarecords</id>
|
||||
|
||||
@ -27,7 +27,6 @@
|
||||
<default>0</default>
|
||||
</dns64>
|
||||
<dns64prefix type="NetworkField">
|
||||
<default>64:ff9b::/96</default>
|
||||
<Required>N</Required>
|
||||
<NetMaskRequired>Y</NetMaskRequired>
|
||||
<AddressFamily>ipv6</AddressFamily>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user