mirror of
https://github.com/trailofbits/algo
synced 2024-11-16 12:12:55 +00:00
6facb6cb4f
* 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
5 lines
136 B
YAML
5 lines
136 B
YAML
---
|
|
|
|
- name: FreeBSD / HardenedBSD | Enable dnsmasq
|
|
lineinfile: dest=/etc/rc.conf regexp=^dnsmasq_enable= line='dnsmasq_enable="YES"'
|