Merge pull request #280 from meshtastic/rsyslog

add rsyslog server and port
This commit is contained in:
Ben Meadors 2023-01-18 15:01:40 -06:00 committed by GitHub
commit 808916a0f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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;
}
/*