mirror of
https://github.com/trailofbits/algo.git
synced 2025-09-14 07:53:07 +02:00
24 lines
564 B
Markdown
24 lines
564 B
Markdown
# FreeBSD / HardenedBSD
|
|
|
|
It is only possible to install Algo on existing systems only in order to avoid recompiling the kernel while deploying
|
|
|
|
## 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
|
|
|
|
## 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`
|