Files
kumomta/docs/reference/kumo.domain_map/_index.md
T
Wez Furlong ce7dece927 move domains out of listener, replace with get_listener_domain event
This commit also includes a policy helper
`policy_extras.listener_domains` to make it convenient to define
listener domains in toml and/or json files.

To facilitate this, the DomainMap rust structure has been exposed
to lua code via the new `kumo.domain_map.new` function.
2023-05-31 12:29:44 -07:00

141 B

Module kumo.domain_map

This module provides functions that help with making wildcard domain name -> value maps.

Available Functions