Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flxn/tor-relay-configurator
The tor-relay.co configurator
https://github.com/flxn/tor-relay-configurator
Last synced: 3 months ago
JSON representation
The tor-relay.co configurator
- Host: GitHub
- URL: https://github.com/flxn/tor-relay-configurator
- Owner: flxn
- License: mit
- Created: 2015-12-05T21:52:38.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-02-04T18:07:33.000Z (almost 3 years ago)
- Last Synced: 2024-04-21T04:34:12.841Z (7 months ago)
- Language: PHP
- Homepage: https://tor-relay.co/
- Size: 2.09 MB
- Stars: 52
- Watchers: 7
- Forks: 15
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PHP Tor Relay Configurator
*Powering [Tor-Relay.co](https://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*