unbound: ACLs: remove 'Default' annotation from dropdown

This commit is contained in:
Stephan de Wit 2023-05-03 08:49:09 +02:00
parent 0bf8acc35c
commit c5373f4c8a

View File

@ -199,7 +199,7 @@
<default>allow</default>
<Required>Y</Required>
<OptionValues>
<opt1 value="allow">Allow (Default)</opt1>
<opt1 value="allow">Allow</opt1>
<opt2 value="deny">Deny</opt2>
<opt3 value="refuse">Refuse</opt3>
</OptionValues>