mirror of
https://github.com/opnsense/docs
synced 2024-10-30 21:20:20 +00:00
frontend/models_fieldtypes : HostnameField add IsDNSName parameter
This commit is contained in:
parent
c5bed41355
commit
f3522bd358
@ -232,6 +232,7 @@ Check if hostnames are valid, includes the following options:
|
|||||||
"HostWildcardAllowed", "Y,N", "Allow :code:`*` for all hostnames"
|
"HostWildcardAllowed", "Y,N", "Allow :code:`*` for all hostnames"
|
||||||
"FqdnWildcardAllowed", "Y,N", "Allow partial wildcard for fully qualified domain names (e.g. :code:`*.my.top.level.domain`)"
|
"FqdnWildcardAllowed", "Y,N", "Allow partial wildcard for fully qualified domain names (e.g. :code:`*.my.top.level.domain`)"
|
||||||
"ZoneRootAllowed", "Y,N", "Allow the zone root marker (:code:`@`)"
|
"ZoneRootAllowed", "Y,N", "Allow the zone root marker (:code:`@`)"
|
||||||
|
"IsDNSName", "Y,N", "Allow less strict names, used for various dns entries as specified by RFC2181"
|
||||||
"AsList", "Y,N", "Field type should return list items"
|
"AsList", "Y,N", "Field type should return list items"
|
||||||
"FieldSeparator", ":code:`text`", "Separator character to use"
|
"FieldSeparator", ":code:`text`", "Separator character to use"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user