tor-router/config.php

15 lines
587 B
PHP
Raw Normal View History

2014-03-09 03:34:23 +00:00
<?php
define("BASE_PORT", "9051");
define("CONTROL_PORT", "15000");
define("TOR_DATA_DIR", "/data");
2014-03-09 06:04:28 +00:00
define("PROXY_PORT", "8123");
2014-03-11 22:33:37 +00:00
define("INSTANCES", "15");
2014-03-09 03:34:23 +00:00
define("BALANCE_MODE", "roundrobin");
define("SOCKS_PORT", "9050");
2014-03-09 05:20:51 +00:00
define("CHECK_INSTALL", "polipo,haproxy,tor,screen");
2014-03-11 22:33:37 +00:00
define("CACHE_DIR", "/var/cache/polipo");
2014-03-09 05:52:06 +00:00
define("REMOTE_LOGGING_HOST", "logs.papertrailapp.com:59362");
2014-03-09 03:34:23 +00:00
define("PROXY_USERNAME", "da1b91ca-b548-48ab-8c42-a556dd95d2f0");
define("PROXY_PASSWORD", "1cdf3c32-7699-4ed2-ad88-7e9897c8f7fc");
2014-03-09 04:21:46 +00:00
define("UPDATE_URL", "http://bit.ly/tor-router-zip");
2014-03-09 03:34:23 +00:00
?>