[Contents] [Prev] [Next] [Index] [Report an Error]


Usage

<configuration>
    <forwarding-options>
        <helpers>
            <domain>
                <interface>
                    <name>name</name> <!-- identifier -->
                    <no-listen/>
                    <broadcast/>
                    <description>description</description>
                    <server>...</server>
                </interface>
            </domain>
        </helpers>
    </forwarding-options>
</configuration>

Description

Incoming DNS request forwarding interface configuration.

Contents

<broadcast>—If the layer 2 interface is unknown then broadcast.

<description>—Text description of server.

<name>—Name of interface or group of interfaces.

<no-listen>—Do not listen on this interface.

<server>—Server information.


[Contents] [Prev] [Next] [Index] [Report an Error]