Skip to content

koljasagorski/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

About

The tor-relay.co configurator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 65.4%
  • HTML 13.3%
  • Python 9.2%
  • JavaScript 7.4%
  • Hack 2.5%
  • CSS 2.2%