From e34ed05901a705c18d3133acea2f7961f4a580b9 Mon Sep 17 00:00:00 2001 From: cppla <i@cpp.la> Date: Wed, 12 Apr 2023 11:10:10 +0800 Subject: [PATCH] =?UTF-8?q?make=20-j=EF=BC=8C=E5=A4=9A=E6=A0=B8=E5=BF=83?= =?UTF-8?q?=E7=BC=96=E8=AF=91docker=20image?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- README.md | 2 +- server/config.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 920a8fd..2d9f0a0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ COPY . . WORKDIR /server -RUN make +RUN make -j RUN pwd && ls -a # glibc env run diff --git a/README.md b/README.md index eb42b56..82917cc 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ cd ServerStatus/server && make }, { "name": "DDOS和CC攻击监控", - "rule": "tcp_count>1000", + "rule": "tcp_count>500", "interval": 300, "callback": "https://yourSMSurl" }, diff --git a/server/config.json b/server/config.json index 21628e2..cf50a8c 100644 --- a/server/config.json +++ b/server/config.json @@ -59,7 +59,7 @@ }, { "name": "ddcc attack", - "rule": "tcp_count>1000", + "rule": "tcp_count>500", "interval": 300, "callback": "https://yourSMSurl" },