Add configuration option for name of the server

This commit is contained in:
loki
2019-12-26 00:01:06 +01:00
parent 94fdba405d
commit cd31fbeb39
4 changed files with 8 additions and 2 deletions
+2
View File
@@ -31,6 +31,8 @@ struct nvhttp_t {
std::string pkey; // must be 2048 bits
std::string cert; // must be signed with a key of 2048 bits
std::string sunshine_name;
std::string unique_id; //UUID
std::string file_devices;