You can delete them based on what they’re doing:

iptables -D INPUT -s 127.0.0.1 -p tcp --dport 111 -j ACCEPT

Or you can delete them based on their number and chain name:

iptables -D INPUT 4

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-05-22
  • 2022-02-10
  • 2021-07-01
  • 2021-12-21
  • 2022-12-23
  • 2022-02-24
猜你喜欢
  • 2021-06-13
  • 2021-12-31
  • 2022-01-02
  • 2021-04-23
  • 2021-11-05
  • 2021-11-28
  • 2022-12-23
相关资源
相似解决方案