mirror of
https://github.com/opnsense/plugins.git
synced 2026-05-28 04:34:15 -04:00
dns/bind: more changes for models
This commit is contained in:
parent
3093d47fd2
commit
fb9748c06d
3 changed files with 0 additions and 8 deletions
|
|
@ -21,7 +21,6 @@
|
|||
</Constraints>
|
||||
</name>
|
||||
<networks type="NetworkField">
|
||||
<FieldSeparator>,</FieldSeparator>
|
||||
<Required>Y</Required>
|
||||
<AsList>Y</AsList>
|
||||
</networks>
|
||||
|
|
|
|||
|
|
@ -19,7 +19,6 @@
|
|||
</OptionValues>
|
||||
</type>
|
||||
<primaryip type="NetworkField">
|
||||
<FieldSeparator>,</FieldSeparator>
|
||||
<AsList>Y</AsList>
|
||||
</primaryip>
|
||||
<forwardserver type="NetworkField">
|
||||
|
|
@ -38,7 +37,6 @@
|
|||
<transferkeyname type="TextField"/>
|
||||
<transferkey type="TextField"/>
|
||||
<allownotifysecondary type="NetworkField">
|
||||
<FieldSeparator>,</FieldSeparator>
|
||||
<AsList>Y</AsList>
|
||||
</allownotifysecondary>
|
||||
<domainname type="TextField">
|
||||
|
|
|
|||
|
|
@ -17,13 +17,11 @@
|
|||
</enablerpz>
|
||||
<listenv4 type="NetworkField">
|
||||
<Default>0.0.0.0</Default>
|
||||
<FieldSeparator>,</FieldSeparator>
|
||||
<Required>Y</Required>
|
||||
<AsList>Y</AsList>
|
||||
</listenv4>
|
||||
<listenv6 type="NetworkField">
|
||||
<Default>::</Default>
|
||||
<FieldSeparator>,</FieldSeparator>
|
||||
<Required>Y</Required>
|
||||
<AsList>Y</AsList>
|
||||
</listenv6>
|
||||
|
|
@ -48,7 +46,6 @@
|
|||
<Required>Y</Required>
|
||||
</port>
|
||||
<forwarders type="NetworkField">
|
||||
<FieldSeparator>,</FieldSeparator>
|
||||
<AsList>Y</AsList>
|
||||
</forwarders>
|
||||
<filteraaaav4 type="BooleanField">
|
||||
|
|
@ -60,7 +57,6 @@
|
|||
<Required>Y</Required>
|
||||
</filteraaaav6>
|
||||
<filteraaaaacl type="NetworkField">
|
||||
<FieldSeparator>,</FieldSeparator>
|
||||
<AsList>Y</AsList>
|
||||
</filteraaaaacl>
|
||||
<logsize type="IntegerField">
|
||||
|
|
@ -152,7 +148,6 @@
|
|||
</ratelimitcount>
|
||||
<ratelimitexcept type="NetworkField">
|
||||
<Default>0.0.0.0,::</Default>
|
||||
<FieldSeparator>,</FieldSeparator>
|
||||
<Required>Y</Required>
|
||||
<AsList>Y</AsList>
|
||||
</ratelimitexcept>
|
||||
|
|
|
|||
Loading…
Reference in a new issue