Type alias NTP

NTP: {
    server: string[];
}

Configure NTP client.

Type declaration

  • server: string[]

    List of NTP servers to use for time synchronization.

Generated using TypeDoc