Port changed
This commit is contained in:
@ -225,7 +225,7 @@ int main() {
|
||||
exit(1);
|
||||
}
|
||||
|
||||
list<unsigned short> ports = {8080, 4443};
|
||||
list<unsigned short> ports = {80, 443};
|
||||
|
||||
list<Socket> servers = {};
|
||||
auto it = ports.begin();
|
||||
|
Reference in New Issue
Block a user