Changes between Version 3 and Version 4 of RpcAuth


Ignore:
Timestamp:
Dec 21, 2007, 9:46:40 AM (16 years ago)
Author:
Nicolas
Comment:

Double dash on --allow_remote_gui_rpc switch

Legend:

Unmodified
Added
Removed
Modified
  • RpcAuth

    v3 v4  
    2828By default the core client accepts GUI RPCs only from the same host. You can allow remote hosts to control a core client in two ways:
    2929
    30  * If you run the client with the `-allow_remote_gui_rpc` command line option, it will accept connections from any host (subject to password authentication).
    31  * You can create a file '''remote_hosts.cfg''' in your BOINC directory containing  a list of allowed DNS host names or IP addresses (one per line). These hosts will be able to connect. The remote_hosts.cfg file can have comment lines that start with either a #  or a ; character as well.
     30 * If you run the client with the {{{--allow_remote_gui_rpc}}} command line option, it will accept connections from any host (subject to password authentication).
     31 * You can create a file '''remote_hosts.cfg''' in your BOINC directory containing  a list of allowed DNS host names or IP addresses (one per line). These hosts will be able to connect. The remote_hosts.cfg file can have comment lines that start with either a # or a ; character as well.
    3232