add rsyslog server and port

This commit is contained in:
Thomas Göttgens 2023-01-18 21:30:29 +01:00
parent 2b391ff8a7
commit eb093528f2
2 changed files with 6 additions and 0 deletions

View file

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

View file

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