Skip to content

SukkaW/tor-exit-page

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tor Exit Page

This is an alternative This is a Tor Exit Router page, used to replace the default, ugly one provided by Tor.

Build

Git and NodeJS are required.

$ 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

$ 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

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.

Maintainer

Tor Exit Page © Sukka, Released under the GPLv3 License.
Authored and maintained by Sukka.

Personal Website · Blog · GitHub @SukkaW · Telegram Channel @SukkaChannel · Twitter @isukkaw · Keybase @sukka

About

An alternative "This is a Tor Exit Router" page

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published