File tree Expand file tree Collapse file tree 3 files changed +16
-0
lines changed Expand file tree Collapse file tree 3 files changed +16
-0
lines changed Original file line number Diff line number Diff line change
1
+ local-zone: "jado.iad.appboy.com" redirect
2
+ local-data: "jado.iad.appboy.com A 0.0.0.0" # Braze
3
+ local-zone: "sdk.iad-03.braze.com" redirect
4
+ local-data: "sdk.iad-03.braze.com A 0.0.0.0"
5
+ local-zone: "mobile-collector.newrelic.com" redirect
6
+ local-data: "mobile-collector.newrelic.com A 0.0.0.0"
Original file line number Diff line number Diff line change 34
34
mode : 0644
35
35
notify : Restart unbound
36
36
37
+ - name : Copy default ad blocking config
38
+ copy :
39
+ src : unbound-default-adhosts.conf
40
+ dest : /var/unbound/etc/unbound-default-adhosts.conf
41
+ owner : root
42
+ group : wheel
43
+ mode : 0644
44
+ notify : Restart unbound
45
+
37
46
- name : Copy script to populate ad blocking config
38
47
copy :
39
48
src : generate_unbound_ads_conf.sh
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ server:
13
13
# Enable dnssec
14
14
auto-trust-anchor-file: "/db/root.key"
15
15
16
+ include: /var/unbound/etc/unbound-default-adhosts.conf
16
17
include: /var/unbound/etc/unbound-adhosts.conf
17
18
include: /var/unbound/etc/unbound-local-data.conf
18
19
You can’t perform that action at this time.
0 commit comments