mirror of https://github.com/YGGverse/qBt_SE.git
imDMG
6 years ago
2 changed files with 33 additions and 22 deletions
@ -1,11 +1,11 @@ |
|||||||
{ |
{ |
||||||
"username": "USERNAME", |
"username": "USERNAME", |
||||||
"password": "PASSWORD", |
"password": "PASSWORD", |
||||||
"proxy": false, |
"proxy": true, |
||||||
"proxies": { |
"proxies": { |
||||||
"http": "proxy.example.org:8080", |
"http": "", |
||||||
"https": "proxy.example.org:2020" |
"https": "" |
||||||
}, |
}, |
||||||
"log": "os.path.abspath(os.path.join(os.path.dirname(__file__), '../../logs', 'kinozal.log'))", |
"magnet": true, |
||||||
"ua": "Mozilla/5.0 (X11; Linux i686; rv:38.0) Gecko/20100101 Firefox/38.0" |
"ua": "Mozilla/5.0 (X11; Linux i686; rv:38.0) Gecko/20100101 Firefox/38.0" |
||||||
} |
} |
Loading…
Reference in new issue