Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sukkaw/tor-exit-page
An alternative "This is a Tor Exit Router" page
https://github.com/sukkaw/tor-exit-page
tor tor-exit-page tor-exit-router-notice
Last synced: 26 days ago
JSON representation
An alternative "This is a Tor Exit Router" page
- Host: GitHub
- URL: https://github.com/sukkaw/tor-exit-page
- Owner: SukkaW
- License: gpl-3.0
- Created: 2019-09-27T15:17:29.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-09-27T19:27:46.000Z (about 5 years ago)
- Last Synced: 2024-10-06T11:19:30.751Z (about 1 month ago)
- Topics: tor, tor-exit-page, tor-exit-router-notice
- Language: HTML
- Homepage:
- Size: 105 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tor Exit Page
This is an alternative `This is a Tor Exit Router` page, used to replace [the default, ugly one](https://svn.torproject.org/svn/tor/branches/hidserv-design-changes/contrib/tor-exit-notice.html) provided by Tor.
## Build
[Git](https://git-scm.com/) and [NodeJS](https://github.com/nodejs/node) are required.
```bash
$ npm i gulp-cli -g # Use `yarn global add gulp-cli` if you are using yarn
$ git clone https://github.com/SukkaW/tor-exit-page && cd tor-exit-page
$ npm i # Use `yarn` if you are using yarn
```Edit `src/config.yaml`, then
```bash
$ gulp build
```And you will find `index.html` at `dist` directory.
## Usage
Basically, you need to setup a tor exit, open `DirPort` (usually on `80` for default http service) and set `DirPortFrontPage` to `dist/index.html` file location in your `torrc` configuration file. For more information, please consult the following documentation: [Tor Project | Exit](https://community.torproject.org/relay/setup/exit/)
You can also setup a web server (Apache, Nginx, Caddy, etc.) to do the job if your DirPort is not on TCP port 80.
## Demo
http://tor-relay.ank.moe/
> A tor exit router operated by Ank Tech Ltd. that uses this project.
## License
`Tor Exit Page` is open sourced under [GPLv3](./LICENSE) license.
## Maintainer
**Tor Exit Page** © [Sukka](https://github.com/SukkaW), Released under the [GPLv3](./LICENSE) License.
Authored and maintained by `Sukka`.> [Personal Website](https://skk.moe) · [Blog](https://blog.skk.moe) · GitHub [@SukkaW](https://github.com/SukkaW) · Telegram Channel [@SukkaChannel](https://t.me/SukkaChannel) · Twitter [@isukkaw](https://twitter.com/isukkaw) · Keybase [@sukka](https://keybase.io/sukka)