Deluge still doesn't autoconnect

General support for problems installing or using Deluge
Post Reply
lynxloco

Deluge still doesn't autoconnect

Post by lynxloco »

web.conf

Code: Select all

  
  "session_timeout": 3600, 
  "default_daemon": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", 
  "sidebar_multiple_filters": true
}
hostlist.conf.1.2

Code: Select all

{
  "file": 1, 
  "format": 1
}{
  "hosts": [
    [
      "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", 
      "127.0.0.1", 
      58846, 
      "", 
      ""
    ]
  ]
}
I tried to change 127.0.0.1 to localhost but that didn't play ball.

Any ideas?
Post Reply