diff options
Diffstat (limited to 'config')
-rw-r--r-- | config | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -15,12 +15,13 @@ log_folder = Logs log_count = 5 #each log has 100kb [downloadTime] -start = 0:00 -end = 24:00 +#use HH:MM +start = 00:00 +end = 00:00 [remote] port = 7272 remotePassword = pwhere [proxy] useproxy = False proxyProtocol = http -proxyAdress = http://localhost:8080
\ No newline at end of file +proxyAdress = http://localhost:8080 |