mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-07 04:03:53 +00:00
21 lines
295 B
INI
21 lines
295 B
INI
blade:
|
|
{
|
|
transport:
|
|
{
|
|
wss:
|
|
{
|
|
endpoints:
|
|
{
|
|
ipv4 = ( { address = "0.0.0.0", port = 2101 } );
|
|
ipv6 = ( { address = "::", port = 2101 } );
|
|
backlog = 128;
|
|
};
|
|
# SSL group is optional, disabled when absent
|
|
ssl:
|
|
{
|
|
# todo: server SSL stuffs here
|
|
};
|
|
};
|
|
};
|
|
};
|