diff options
author | Jakob Ovrum <> | 2019-01-19 17:36:14 +0100 |
---|---|---|
committer | Jakob Ovrum <> | 2019-01-19 17:36:14 +0100 |
commit | 0cea67ee706d73acbd07a48e5d3b758ba016c1a8 (patch) | |
tree | 0cc41bb5ac232d8be06606cfc3350473c95d8de5 /doc/plugins.rst | |
parent | 1fa99da3c254a6a641bdf4eca35d781281c4c268 (diff) |
shout output plugin: add support for TLS
Diffstat (limited to 'doc/plugins.rst')
-rw-r--r-- | doc/plugins.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/plugins.rst b/doc/plugins.rst index 3e6d6dd08..0e09b35ab 100644 --- a/doc/plugins.rst +++ b/doc/plugins.rst @@ -974,6 +974,8 @@ You must set a format. - Set the timeout for the shout connection in seconds. Defaults to 2 seconds. * - **protocol icecast2|icecast1|shoutcast** - Specifies the protocol that wil be used to connect to the server. The default is "icecast2". + * - **tls disabled|auto|auto_no_plain|rfc2818|rfc2817** + - Specifies what kind of TLS to use. The default is "disabled" (no TLS). * - **mount URI** - Mounts the :program:`MPD` stream in the specified URI. * - **user USERNAME** |