Skip to content

cybernovasec/tor-relay-configurator

 
 

Repository files navigation

PHP Tor Relay Configurator

Powering Tor-Relay.co


Setup

SSL should alwys be used to secure curl | bash installation

Nginx

Add to server configuration

server {
    location / {
        try_files $uri $uri/ /index.php;
    }
}

Apache

should work out-of-the-box if .htaccess is enabled

Releases

No releases published

Packages

No packages published

Languages

  • PHP 62.6%
  • Python 16.3%
  • HTML 10.9%
  • JavaScript 5.9%
  • CSS 2.1%
  • Hack 2.1%
  • Shell 0.1%