Hnxml Standard
    Preparing search index...

    Interface ChangeIP

    Change the IP of a specified node.

    给某个节点更改 IP。

    <ChangeIP  DelayHost="delayNode" Delay="0" TargetComp="finalNode" NewIP="123.123.123.123"/>
    
    interface ChangeIP {
        children?: never;
        Delay?: string | number;
        DelayHost?: string;
        NewIP?: string;
        TargetComp: string;
    }
    Index

    Properties

    children?: never
    Delay?: string | number
    DelayHost?: string
    NewIP?: string

    Leave it blank for a random IP.

    不声明该属性可以使更改后的 IP 随机。

    TargetComp: string