Files
newznab-tmux/misc/update/python/lib/nntpproxy.conf.sample
T

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
}
}