-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathconfig.yaml
38 lines (34 loc) · 879 Bytes
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# if you don't use containers, save the lookup time
container_metadata: true
async_container_metadata: true
log_blocked: false
log_dns: false
cache_http: true
# classic bpf is borked
use_classic_bpf: false
# manually decode packets (experimental, unused)
manual_packet_decode: true
trusted_dns: 67.207.67.3
# explicit blocks (threat intel maybe?)
# not implemented yet
block:
# don't let containers talk to the host
- 172.17.0.1
allow:
- deb.debian.org
- repo.iovisor.org
- apt.llvm.org
- ppa.launchpad.net
- mirrors.digitalocean.com
- packagecloud.io
- d28dx6y1hfq314.cloudfront.net
- deb.nodesource.com
- security.debian.org
- security.ubuntu.com
- download.docker.com
- security-cdn.debian.org
container_allow:
gremlinweb:
- security.debian.org
- deb.debian.org
- security-cdn.debian.org