mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-28 16:36:17 +02:00
bind to configurable interface
This commit is contained in:
parent
12a11e12a9
commit
9ced0aa438
9 changed files with 59 additions and 90 deletions
|
@ -28,6 +28,7 @@ struct ServerSettings
|
|||
{
|
||||
bool enabled{true};
|
||||
size_t port{1780};
|
||||
std::vector<std::string> bind_to_address{{"0.0.0.0"}};
|
||||
std::string doc_root{""};
|
||||
};
|
||||
|
||||
|
@ -35,6 +36,7 @@ struct ServerSettings
|
|||
{
|
||||
bool enabled{true};
|
||||
size_t port{1705};
|
||||
std::vector<std::string> bind_to_address{{"0.0.0.0"}};
|
||||
};
|
||||
|
||||
struct StreamSettings
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue