Template
1
0
mirror of https://github.com/bol-van/zapret2.git synced 2026-03-20 00:05:48 +00:00

nfqws2: fix comment

This commit is contained in:
bol-van
2025-12-31 18:07:30 +03:00
parent 3874e16075
commit 9d09d8adcc

View File

@@ -2228,7 +2228,7 @@ int main(int argc, char **argv)
DLOG_ERR("Invalid port filter : %s\n", optarg);
exit_clean(1);
}
// deny tcp if not set
// deny udp if not set
if (!port_filters_deny_if_empty(&dp->pf_udp))
exit_clean(1);
break;