diff options
Diffstat (limited to 'documentation')
| -rw-r--r-- | documentation/mumdrc.5 | 17 | ||||
| -rw-r--r-- | documentation/mumdrc.txt | 9 |
2 files changed, 24 insertions, 2 deletions
diff --git a/documentation/mumdrc.5 b/documentation/mumdrc.5 index ac0a2f5..00e8265 100644 --- a/documentation/mumdrc.5 +++ b/documentation/mumdrc.5 @@ -2,12 +2,12 @@ .\" Title: mumdrc .\" Author: [see the "AUTHOR(S)" section] .\" Generator: Asciidoctor 2.0.15 -.\" Date: 2021-04-10 +.\" Date: 2021-06-08 .\" Manual: \ \& .\" Source: \ \& .\" Language: English .\" -.TH "MUMDRC" "5" "2021-04-10" "\ \&" "\ \&" +.TH "MUMDRC" "5" "2021-06-08" "\ \&" "\ \&" .ie \n(.g .ds Aq \(aq .el .ds Aq ' .ss \n[.ss] 0 @@ -36,6 +36,12 @@ using mumctl(1). .sp The following configuration values are supported: .sp +accept_all_invalid_certs +.RS 4 +Whether to connect to a server that supplies an invalid server certificate. +This is overriden by server\-specific settings. Default false. +.RE +.sp audio.input_volume .RS 4 Default 1.0. @@ -73,6 +79,13 @@ password .RS 4 The password to supply to the server. (Optional) .RE +.sp +accept_invalid_cert +.RS 4 +Whether to connect to this server even if it supplies an invalid server +certificate. This overrides the global accept_all_invalid_certs if set. +Default false. +.RE .SH "AUTHORS" .sp Gustav Sörnäs and Eskil Queseth. diff --git a/documentation/mumdrc.txt b/documentation/mumdrc.txt index ed54b87..0579581 100644 --- a/documentation/mumdrc.txt +++ b/documentation/mumdrc.txt @@ -14,6 +14,10 @@ using mumctl(1). The following configuration values are supported: +accept_all_invalid_certs :: + Whether to connect to a server that supplies an invalid server certificate. + This is overriden by server-specific settings. Default false. + audio.input_volume :: Default 1.0. @@ -38,6 +42,11 @@ username :: password :: The password to supply to the server. (Optional) +accept_invalid_cert :: + Whether to connect to this server even if it supplies an invalid server + certificate. This overrides the global accept_all_invalid_certs if set. + Default false. + Authors ------- |
