This is an automated email from the ASF dual-hosted git repository. nferraro pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
commit a92c48d9f0d5349a831ff7f38d03666949112bfe Author: Andrea Cosentino <[email protected]> AuthorDate: Mon Apr 26 11:13:08 2021 +0200 Added DNS IP Action Kamelet --- docs/modules/ROOT/pages/dns-ip-action.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/modules/ROOT/pages/dns-ip-action.adoc b/docs/modules/ROOT/pages/dns-ip-action.adoc index 2a97778..6353700 100644 --- a/docs/modules/ROOT/pages/dns-ip-action.adoc +++ b/docs/modules/ROOT/pages/dns-ip-action.adoc @@ -9,6 +9,8 @@ The Kamelet expects the following headers to be set: - `domain` / `ce-domain`: as the domain for which we are looking for the IP +If the header won't be set the body will be used as domain to look for. + == Configuration Options The Kamelet does not specify any configuration option.
