| 146 | } |
| 147 | |
| 148 | bool FirewallController::hasBlockJump(const char *chain) |
| 149 | { |
| 150 | return Utils::executeCommand("iptables", {"--check", chain, "-j", WS_PRODUCT_NAME_LOWER "_block", "-m", "comment", "--comment", kTag.c_str()}) == 0; |
| 151 | } |
| 152 | |
| 153 | int FirewallController::dnsLeaksJumpPos(bool isIPv6, bool tunnelAdapterSet) |
| 154 | { |
nothing calls this directly
no test coverage detected