-
Notifications
You must be signed in to change notification settings - Fork 43
Home
nusenu edited this page Nov 7, 2021
·
10 revisions
tldr: everything is taken care of ;)
- Linux
- APT: enables torproject.org's repository and installs the repo signing key
- OpenBSD:
- package installation via pkg_add
- takes care of sysctl/kern.maxfiles and login.conf/openfiles-max
- FreeBSD:
- installs the tor package (via pkg)
- take care of kern.ipc.somaxconn + kern.ipc.nmbclusters
- (offline+online) key generation (on the ansible host)
- transfers RSA and online Ed25519 keys to the relay
- creates multiple tor instances on a single server (default: 2 per available IP address, configurable)
- creates a system user per tor instance (every instance is run with a distinct system user)
- generates torrc files
- automatic MyFamily configuration
- ContactInfo configurable
- automatically detects/enables IPv6 support
- enable all tor instances to start at boot
- Linux: systemd multi-instance service file ([email protected])
- OpenBSD: rcctl - linking the default rc script once per tor instance
- FreeBSD: /etc/rc.local
- easy key renewal
ansible-playbook yourplaybook.yml -t renewkey