mirror of
https://github.com/trailofbits/algo.git
synced 2025-09-23 04:13:20 +02:00
* WireGuard BSD * Remove unneeded config option * Enable PersistentKeepalive for NAT and Firewall Traversal Persistence * Install dnscrypt-proxy from repositories
10 lines
219 B
YAML
10 lines
219 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"'
|
|
when: listen_port|int == 53
|