summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMike Brady <mikebrady@eircom.net>2018-11-03 13:00:15 +0000
committerGitHub <noreply@github.com>2018-11-03 13:00:15 +0000
commitdba48ddc35faa5667b442ff1df1a1c6845d23470 (patch)
tree200d748324322eb94d15cbb8ae32649b07339a7f /README.md
parent48ab075a1348d3fe47a92f3a134fefbe6acfd282 (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index 45309fd..0800ae3 100644
--- a/README.md
+++ b/README.md
@@ -303,7 +303,11 @@ general =
// ... other general settings
};
```
-(Remember, anything preceded by `//` is a comment and will have no effect on the setting of Shairport Sync.) No backend is specified here, so it will default to the `alsa` backend if more than one back end has been compiled. To route the output to PulseAudio, add:
+(Remember, anything preceded by `//` is a comment and will have no effect on the setting of Shairport Sync.)
+
+**Important:** You should *never* use an important password as the AirPlay password for a Shairport Sync player -- the password is stored in Shairport Sync's configuration file in plain text and is thus completely vulnerable.
+
+No backend is specified here, so it will default to the `alsa` backend if more than one back end has been compiled. To route the output to PulseAudio, add:
```
output_backend = "pa";