mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 09:18:54 +00:00
17 lines
230 B
Plaintext
17 lines
230 B
Plaintext
{
|
|
"usenet": {
|
|
"host": "your.usenet.host.com",
|
|
"port": 443,
|
|
"username": "your_username",
|
|
"password": "your_password",
|
|
"use_ssl": true
|
|
},
|
|
"proxy": {
|
|
"host": "localhost",
|
|
"port": 9991
|
|
},
|
|
"pool": {
|
|
"size": 5
|
|
}
|
|
}
|