remove knockd.conf for simple nginx containers

This commit is contained in:
2024-10-28 00:43:46 +03:00
parent 1b07f079ca
commit c06186d323

View File

@@ -2,7 +2,7 @@
[[ -n $KNOCKING_STATUS ]] &&
INTERFACE=$(ip -br a | grep -E "172.28" | awk '{print $1}') || \
INTERFACE=$(ip -br a | grep -E "^eth" | awk '{print $1}')
exit 0
echo -E "
[options]