Use modified knockd to set a cooldown on port 19132 (#2003)

This commit is contained in:
Metalcape
2023-03-12 19:40:35 +01:00
committed by GitHub
parent e43669d792
commit e217ac503e
8 changed files with 19 additions and 8 deletions
+2 -2
View File
@@ -21,7 +21,7 @@ apk add --no-cache -U \
rsync \
nano \
sudo \
knock \
tar \
zstd \
nfs-utils
nfs-utils \
libpcap
+1 -1
View File
@@ -33,6 +33,6 @@ dnf install -y ImageMagick \
unzip \
zstd \
lbzip2 \
knock
libpcap
bash /build/ol/install-gosu.sh
+3 -3
View File
@@ -23,7 +23,7 @@ apt-get install -y \
unzip \
zstd \
lbzip2 \
knockd \
nfs-common
nfs-common \
libpcap0.8
apt-get clean
apt-get clean