mirror of
https://github.com/YGGverse/qBt_SE.git
synced 2025-01-18 02:30:00 +00:00
add config file
This commit is contained in:
parent
ce29003682
commit
6686b2cd03
11
kinozal.json
Normal file
11
kinozal.json
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"username": "USERNAME",
|
||||
"password": "PASSWORD",
|
||||
"proxy": false,
|
||||
"proxies": {
|
||||
"http": "proxy.example.org:8080",
|
||||
"https": "proxy.example.org:2020"
|
||||
},
|
||||
"log": "os.path.abspath(os.path.join(os.path.dirname(__file__), '../../logs', 'kinozal.log'))",
|
||||
"ua": "Mozilla/5.0 (X11; Linux i686; rv:38.0) Gecko/20100101 Firefox/38.0"
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user