mirror of
https://github.com/trailofbits/algo.git
synced 2025-04-11 11:47:08 +02:00
9 lines
187 B
YAML
9 lines
187 B
YAML
---
|
|
- name: Install dnscrypt-proxy
|
|
package:
|
|
name: dnscrypt-proxy2
|
|
|
|
- name: Enable mac_portacl
|
|
lineinfile:
|
|
path: /etc/rc.conf
|
|
line: dnscrypt_proxy_mac_portacl_enable="YES"
|