Clean-up README; add some helper functions

This commit is contained in:
Sergey Prokhorov 2019-08-21 00:54:13 +02:00
parent 08fc61def4
commit 3786e2630f
No known key found for this signature in database
GPG key ID: 1C570244E4EF3337
4 changed files with 25 additions and 12 deletions

View file

@ -39,7 +39,7 @@
%% If not set, 0.0.0.0 will be used
{listen_ip, "0.0.0.0"},
%% You can add as much as you want. Names and ports should be unique
{ports, [#{name => mtp_handler,
{ports, [#{name => mtp_handler_1,
port => 1443,
%% You can tell it to listen on specific IP.
%% If not set, top-level listen_ip will be used.