增加SSL和普通双端口

This commit is contained in:
a158
2025-12-12 19:15:20 +08:00
parent 4dcf45fb61
commit ceb4368daf
6 changed files with 50 additions and 20 deletions

View File

@@ -76,6 +76,7 @@ namespace ylib
std::string domain;
// 端口
ushort port = 0;
ushort port_ssl = 0;
// 开启SSL
bool ssl = false;
};