fix(hostname): fix handling of non-ASCII hostnames on Windows (#3382)

This commit is contained in:
Cameron Gutman
2024-11-09 14:05:46 -06:00
committed by GitHub
parent d552073eaf
commit fb1f5b5a89
8 changed files with 51 additions and 5 deletions

View File

@@ -410,7 +410,7 @@ namespace config {
PRIVATE_KEY_FILE,
CERTIFICATE_FILE,
boost::asio::ip::host_name(), // sunshine_name,
platf::get_host_name(), // sunshine_name,
"sunshine_state.json"s, // file_state
{}, // external_ip
};