Changeset 842:d9f566804a4e in roaraudio for doc


Ignore:
Timestamp:
09/27/08 15:59:57 (16 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

updated proxy server envs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/man7/libroar.7

    r731 r842  
    4141\fBROAR_PROXY\fR 
    4242Set the type of the proxy being used to connect to the server. 
    43 The only valid value at the moment is 'socks4a'. Note that this is incompatible 
    44 with SOCKS4 like OpenSSH supports it. 
     43Valid values are 'socks4', 'socks4a', 'socks4d', 'http' and 'ssh' for the moment. 
     44You can add type depending options in form 'type/opts'. 
    4545 
    4646.TP 
    4747\fBsocks_proxy\fR 
    48 The SOCKS4/4a/5 proxy to use in form host:port. 
     48The SOCKS4/4a/4d/5 proxy to use in form [user@]host[:port]. 
     49Default port is 9050. 
     50 
     51.TP 
     52\fBhttp_proxy\fR, \fBhttps_proxy\fR 
     53The HTTP/HTTPS Proxy server. This server needs to understand the CONNECT request type. 
     54Give the server name in this format: [http://]host[:port][/] 
     55The default port is 8080. 
     56 
     57.TP 
     58\fBssh_proxy\fR 
     59The remote host to use as SSH Proxy server. 
     60Give the server name in this format: [user@]host[:port] 
     61The default port is 22. 
     62Note that you may need to use publickey based auth or ssh-agent because the application 
     63may start SSH in a non interactive enviroment and SSH can not ask you for a password. 
     64 
    4965 
    5066.SH "FILES" 
Note: See TracChangeset for help on using the changeset viewer.