Hnxml Standard
    Preparing search index...

    Interface ChangeIP

    给某个节点更改 IP。

    Change the IP of a specified node.

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

    Properties

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

    不声明该属性,或者没有内容,或者内容以 #RANDOM 开头,可以使 IP 随机。

    Leave it blank for a random IP.

    TargetComp: string