mirror of
https://github.com/itdoginfo/podkop.git
synced 2025-12-06 19:46:52 +03:00
fix: correct nft checks output
This commit is contained in:
@@ -42,7 +42,7 @@ export async function runNftCheck() {
|
||||
Boolean(data.rules_mangle_output_counters) &&
|
||||
Boolean(data.rules_proxy_exist) &&
|
||||
Boolean(data.rules_proxy_counters) &&
|
||||
Boolean(data.rules_other_mark_exist);
|
||||
!data.rules_other_mark_exist;
|
||||
|
||||
const atLeastOneGood =
|
||||
Boolean(data.table_exist) ||
|
||||
@@ -52,7 +52,7 @@ export async function runNftCheck() {
|
||||
Boolean(data.rules_mangle_output_counters) ||
|
||||
Boolean(data.rules_proxy_exist) ||
|
||||
Boolean(data.rules_proxy_counters) ||
|
||||
Boolean(data.rules_other_mark_exist);
|
||||
!data.rules_other_mark_exist;
|
||||
|
||||
function getStatus() {
|
||||
if (allGood) {
|
||||
|
||||
Reference in New Issue
Block a user