From a933fc36f939f4de5a51f678666a0ac194d03fb4 Mon Sep 17 00:00:00 2001 From: gSpot Date: Tue, 29 Aug 2023 19:09:18 +0300 Subject: [PATCH] Minor fixes --- ruantiblock/files/usr/bin/ruantiblock | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ruantiblock/files/usr/bin/ruantiblock b/ruantiblock/files/usr/bin/ruantiblock index 3353bc9..715a4ad 100755 --- a/ruantiblock/files/usr/bin/ruantiblock +++ b/ruantiblock/files/usr/bin/ruantiblock @@ -578,6 +578,9 @@ GetDataFiles() { [ $_attempt -gt $MODULE_RUN_ATTEMPTS ] && break sleep $MODULE_RUN_TIMEOUT done + if [ "$ENABLE_BLLIST_PROXY" = "1" ]; then + FlushNftSets "$NFTSET_BLLIST_PROXY" + fi AddUserEntries AddBypassEntries if [ $_return_code -eq 0 ]; then