Willl

Members
  • Posts

    2
  • Joined

  • Last visited

Posts posted by Willl

  1. Solved it, here what my conf looks like :


    {
    "device_name": "******",
    "listening_port" : 0, // 0 - randomize port
    /* storage_path dir contains auxilliary app files
    if no storage_path field: .sync dir created in the directory
    where binary is located.
    otherwise user-defined directory will be used
    */
    "storage_path" : "*******",
    // uncomment next line if you want to set location of pid file
    "pid_file" : "*********",

    "check_for_updates" : true,
    "use_upnp" : true, // use UPnP for port mapping

    /* limits in kB/s
    0 - no limit
    */
    "download_limit" : 0,
    "upload_limit" : 0,
    /* remove "listen" field to disable WebUI
    remove "login" and "password" fields to disable credentials check
    */
    "webui" :
    {
    "listen" : "******",
    "login" : "******",
    "password" : "*******"
    },
    // Advanced preferences can be added to config file.
    // Info is available in BitTorrent Sync User Guide.
    "disk_low_priority" : true,
    "lan_encrypt_data" : false,
    "lan_use_tcp" : false,
    "rate_limit_local_peers" : false
    }

    Hope it'll help.