mirror of
https://github.com/trailofbits/algo.git
synced 2025-04-30 13:03:57 +02:00
* FreeBSD draft ifconfig fix Pre-tasks fixes fix hardcoded IP some refactoring disable system-based tags disable freebsd tags FreeBSD vpn role add defaults ssh role freebsd default fix dns_adblocking freebsd ubuntu dict fix * HardenedBSD update-users BSD * Rebuild the kernel docs changing
28 lines
682 B
Markdown
28 lines
682 B
Markdown
# FreeBSD / HardenedBSD
|
|
|
|
It is only possible to install Algo on existing systems only. We support only 11 version for now.
|
|
|
|
## Pre-paring the system
|
|
|
|
Ensure that the following kernel options are enabled:
|
|
|
|
```
|
|
# sysctl kern.conftxt | grep -iE "IPSEC|crypto"
|
|
options IPSEC
|
|
options IPSEC_NAT_T
|
|
device crypto
|
|
```
|
|
|
|
## Available roles
|
|
|
|
* vpn
|
|
* ssh_tunneling
|
|
* dns_adblocking
|
|
|
|
## Additional variables
|
|
|
|
* rebuild_kernel - set to `true` if you want to let Algo to rebuild your kernel if needed (Takes a lot of time)
|
|
|
|
## Installation
|
|
|
|
`ansible-playbook deploy.yml -t local,vpn -e "server_ip=$server_ip server_user=$server_user IP_subject_alt_name=$server_ip Store_CAKEY=N" --skip-tags cloud`
|