Skip to content

Commit 5396202

Browse files
committed
Enable tcpflowkiller
Helps counter repeated outgoing tcp connections which may be portscanning. Brings in cryptnono/cryptnono#53
1 parent 10d48fb commit 5396202

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

mybinder/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ dependencies:
4040
# cryptnono, counters crypto mining
4141
# Source code: https://github.com/cryptnono/cryptnono/
4242
- name: cryptnono
43-
version: "0.3.2-0.dev.git.177.hd39ed79"
43+
version: "0.3.2-0.dev.git.184.h4bd8fed"
4444
repository: https://cryptnono.github.io/cryptnono/
4545
condition: cryptnono.enabled
4646

mybinder/values.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
cryptnono:
22
enabled: true
33
detectors:
4+
tcpflowkiller:
5+
enabled: true
46
execwhacker:
57
metrics:
68
enabled: true

0 commit comments

Comments
 (0)