mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-20 11:26:13 +00:00
Services: Unbound DNS: Overrides - allow rfc2181 compatible names in host overrides. closes https://github.com/opnsense/core/issues/7976
This commit is contained in:
parent
a5504ee744
commit
d9a22ba8d9
@ -270,6 +270,8 @@
|
||||
</enabled>
|
||||
<hostname type="HostnameField">
|
||||
<HostWildcardAllowed>Y</HostWildcardAllowed>
|
||||
<IsDNSName>Y</IsDNSName>
|
||||
<IpAllowed>N</IpAllowed>
|
||||
</hostname>
|
||||
<domain type="TextField">
|
||||
<Required>Y</Required>
|
||||
@ -365,6 +367,8 @@
|
||||
</check001>
|
||||
</Constraints>
|
||||
<HostWildcardAllowed>Y</HostWildcardAllowed>
|
||||
<IsDNSName>Y</IsDNSName>
|
||||
<IpAllowed>N</IpAllowed>
|
||||
</hostname>
|
||||
<domain type="TextField">
|
||||
<Constraints>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user