mirror of
https://github.com/opnsense/docs.git
synced 2026-05-28 04:02:12 -04:00
frontend/models_fieldtypes : HostnameField add IsDNSName parameter
This commit is contained in:
parent
c5bed41355
commit
f3522bd358
1 changed files with 1 additions and 0 deletions
|
|
@ -232,6 +232,7 @@ Check if hostnames are valid, includes the following options:
|
|||
"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`)"
|
||||
"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"
|
||||
"FieldSeparator", ":code:`text`", "Separator character to use"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue