diff --git a/source/Server.cpp b/source/Server.cpp index 3d30ab1..4e8dd77 100644 --- a/source/Server.cpp +++ b/source/Server.cpp @@ -4,7 +4,7 @@ ** Author Francois Michaut ** ** Started on Sun Nov 6 21:06:10 2022 Francois Michaut -** Last update Fri Aug 22 23:57:25 2025 Francois Michaut +** Last update Sun Aug 24 20:16:50 2025 Francois Michaut ** ** Server.cpp : Server implementation */ @@ -228,7 +228,7 @@ namespace FileShare { auto Server::default_endpoint() -> std::shared_ptr { // TODO: choose a better port than 12345 - return std::make_shared(CppSockets::IPv4("127.0.0.1"), 12345); + return std::make_shared(CppSockets::IPv4("0.0.0.0"), 12345); } void Server::accept_peer(PreAuthPeer_ptr peer, bool temporary_trust) {