Skip to content

Commit

Permalink
Remove unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
badrogger committed Dec 26, 2024
1 parent eb71c19 commit 37cf9ba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion node_cli/core/nftables.py
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,6 @@ def setup_firewall(self, enable_monitoring: bool = False) -> None:
)
)

# self.add_drop_rule_if_node_exists(protocol='tcp')
self.add_drop_rule_if_node_exists(protocol='udp')

except Exception as e:
Expand Down

0 comments on commit 37cf9ba

Please sign in to comment.