interface Ifconfig {
    NetInterfaces: sliverpb.NetInterface[];
    Response?: commonpb.Response;
}

Properties

NetInterfaces: sliverpb.NetInterface[]
Response?: commonpb.Response