frontend/models_fieldtypes : HostnameField add IsDNSName parameter

pull/534/head
Ad Schellevis 4 months ago
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"
"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…
Cancel
Save