Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

This component only supports producers.

Options

None.

Headers

Div
classconfluenceTableSmall
Wiki Markup
{div:class=confluenceTableSmall} || Header || Type || Operations || Description || | dns.domain | String | ip | The domain name. Mandatory. | | dns.name | String | lookup | The name to lookup. Mandatory. | | dns.type | - | lookup, dig | The type of the lookup. Should match the values of {{

Header

Type

Operations

Description

dns.domain

String

ip

The domain name. Mandatory.

dns.name

String

lookup

The name to lookup. Mandatory.

dns.type

    lookup, dig

    The type of the lookup. Should match the values of

    org.xbill.dns.Type

    }}

    .

    Optional.

    | |

    dns.class

    | - |

      lookup,

      dig

      |

      he

      DNS

      class

      of

      the

      lookup.

      Should

      match

      the

      values

      of

      {{

      org.xbill.dns.DClass

      }}

      .

      Optional.

      | |

      dns.query

      | String | dig | The query itself. Mandatory. | | dns.server | String | dig | The server in particular for the query. If none is given, the default one specified by the OS will be used. Optional. | {div}

      String

      dig

      The query itself. Mandatory.

      dns.server

      String

      dig

      The server in particular for the query. If none is given, the default one specified by the OS will be used. Optional.

      Examples

      IP lookup

      Code Block
      xml
      xml
              <route id="IPCheck">
                  <from uri="direct:start"/>
                  <to uri="dns:ip"/>
              </route>
      

      ...