add rsyslog server and port

pull/280/head
Thomas Göttgens 2023-01-18 21:30:29 +01:00
rodzic 2b391ff8a7
commit eb093528f2
2 zmienionych plików z 6 dodań i 0 usunięć

Wyświetl plik

@ -1,6 +1,7 @@
*NetworkConfig.wifi_ssid max_size:33 *NetworkConfig.wifi_ssid max_size:33
*NetworkConfig.wifi_psk max_size:64 *NetworkConfig.wifi_psk max_size:64
*NetworkConfig.ntp_server max_size:33 *NetworkConfig.ntp_server max_size:33
*NetworkConfig.rsyslog_server max_size:33
# Max of three ignored nodes for our testing # Max of three ignored nodes for our testing
*LoRaConfig.ignore_incoming max_count:3 *LoRaConfig.ignore_incoming max_count:3

Wyświetl plik

@ -344,6 +344,11 @@ message Config {
* struct to keep static address * struct to keep static address
*/ */
IpV4Config ipv4_config = 8; IpV4Config ipv4_config = 8;
/*
* rsyslog Server and Port
*/
string rsyslog_server = 9;
} }
/* /*