Skip to content

Commit 1232150

Browse files
committed
Make the example listen to the default IP address (i.e. on all interfaces.)
1 parent 9ff82be commit 1232150

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/network/example/http/fileserver.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ int main(int argc, char * argv[]) {
175175
file_cache cache(".");
176176
file_server handler(cache);
177177
utils::thread_pool thread_pool(4);
178-
server instance("127.0.0.1", "8000", handler, thread_pool);
178+
server instance("0.0.0.0", "8000", handler, thread_pool);
179179
instance.run();
180180
return 0;
181181
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy