Skip to content

alecdotninja/the-windy-onion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Windy Onion

Deployment Status Tor Relay Status

This repository contains information about TheWindyOnion (a high-capacity Tor relay in Chicago, IL). At the time of this writing, it is one of the fastest exit nodes in the US.

My goal in making this information public is that others may setup their own relays using this configuration as a starting point and suggest improvements.

Hardware

The Windy Onion is a custom-built 1U with the following components:

Operating System

In order to support more diversity among relays, The Windy Onion runs FreeBSD 12.1.

At this time, updates are applied manually:

$ sudo freebsd-update fetch
$ sudo freebsd-update install

Packages

Tor and Nyx (a monitoring tool for Tor) are both installed via the built-in package manager pkg:

$ sudo pkg install tor nyx

At this time, updates are applied manually:

$ sudo pkg update
$ sudo pkg upgrade

Configuration

With the notable exception of key and login information, files which have been customized from their default are included in this repository. Of particular interest to other FreeBSD operators is probably torrc and sysctl.conf.

Deployment

The latest master is automatically deployed by TravisCI.

Run script/deploy to perform the deployment locally (this requires a deploy key).

Contributing

Bug reports and pull requests are welcome on GitHub.

License

The contents of this repository is released into the public domain.