diff options
author | Lars-Dominik Braun <PromyLOPh@gmail.com> | 2008-06-16 11:38:19 +0200 |
---|---|---|
committer | Lars-Dominik Braun <PromyLOPh@gmail.com> | 2008-06-16 11:38:19 +0200 |
commit | 5708e1a023c349af53383d8bfe52e2af65c597bc (patch) | |
tree | e09b659c08674808345cb36b0cf42f8f9d222d98 /src/pianobar.1 | |
parent | 852e19a64893fe3109a42719782c3099ec6ce3d5 (diff) | |
download | pianobar-5708e1a023c349af53383d8bfe52e2af65c597bc.tar.gz pianobar-5708e1a023c349af53383d8bfe52e2af65c597bc.tar.bz2 pianobar-5708e1a023c349af53383d8bfe52e2af65c597bc.zip |
client: Proxy type config option added
Diffstat (limited to 'src/pianobar.1')
-rw-r--r-- | src/pianobar.1 | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/src/pianobar.1 b/src/pianobar.1 index 3d00a53..0b1d4f5 100644 --- a/src/pianobar.1 +++ b/src/pianobar.1 @@ -24,7 +24,8 @@ Per-user configuration file. See .SH CONFIGURATION The configuration file consists of simple .B key = value -lines. Each terminated with a newline (\\n) character. +lines. Each terminated with a newline (\\n) character. Keys and values are both +case sensitive. .TP .B control_proxy = host:port @@ -32,12 +33,20 @@ Non-american users need a proxy to use pandora.com. Currently this needs to be a SOCKS4a proxy like Tor. .TP -.B user = your@user.name -Your pandora.com username. +.B control_proxy_type = {http,socks4,socks4a,socks5} +If you want to use a proxy you need to specify the proxy type you're going to +use. Note that +.B socks5 +needs an IP address specified in +.B control_proxy .TP .B password = plaintext_password Your pandora.com password. Plain-text. +.TP +.B user = your@user.name +Your pandora.com username. + .SH AUTHOR Lars-Dominik Braun <PromyLOPh@gmail.com> |