Changes between Version 4 and Version 5 of RpcAuth


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

clarifications

Legend:

Unmodified
Added
Removed
Modified
  • RpcAuth

    v4 v5  
    2929
    3030 * 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.
     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). Only these hosts will be able to connect. The remote_hosts.cfg file can also have comment lines that start with either a # or a ; character.
    3232
     33If you have a remote_hosts.cfg file but also start the client with --allow_remote_gui_rpc, the file will be ignored, and any host will be allowed to connect.