mirror of
https://github.com/pikvm/ustreamer.git
synced 2026-04-20 13:36:12 +00:00
using 127.0.0.1 by default
This commit is contained in:
@@ -73,7 +73,7 @@ struct http_server_t *http_server_init(struct stream_t *stream) {
|
||||
run->drop_same_frames_blank = 10;
|
||||
|
||||
A_CALLOC(server, 1);
|
||||
server->host = "localhost";
|
||||
server->host = "127.0.0.1";
|
||||
server->port = 8080;
|
||||
server->timeout = 10;
|
||||
server->run = run;
|
||||
|
||||
Reference in New Issue
Block a user