Minor fixes

This commit is contained in:
gSpot
2023-08-29 19:09:18 +03:00
parent 46944b8c3f
commit a933fc36f9
+3
View File
@@ -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