Skip to content
This repository was archived by the owner on Feb 24, 2022. It is now read-only.

Commit eb546fd

Browse files
authored
Merge pull request #181 from linuxserver/update-conf
Update config.php
2 parents 3e9366a + c6ee525 commit eb546fd

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

root/defaults/rutorrent-conf/config.php

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,17 @@
22
// configuration parameters
33

44
// for snoopy client
5-
@define('HTTP_USER_AGENT', 'Mozilla/5.0 (Windows NT 6.0; WOW64; rv:12.0) Gecko/20100101 Firefox/12.0', true);
5+
@define('HTTP_USER_AGENT', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.87 Safari/537.36', true);
66
@define('HTTP_TIME_OUT', 30, true); // in seconds
77
@define('HTTP_USE_GZIP', true, true);
88
$httpIP = null; // IP string. Or null for any.
9+
$httpProxy = array
10+
(
11+
'use' => false,
12+
'proto' => 'http', // 'http' or 'https'
13+
'host' => 'PROXY_HOST_HERE',
14+
'port' => 3128
15+
);
916

1017
@define('RPC_TIME_OUT', 5, true); // in seconds
1118

0 commit comments

Comments
 (0)