开发者社区 问答 正文

linux系统安全中验证从计算机所有网络接口接收到的数据包的代码是什么?

linux系统安全中验证从计算机所有网络接口接收到的数据包的代码是什么?

展开
收起
游客qzzytmszf3zhq 2021-12-01 21:18:34 577 分享 版权
1 条回答
写回答
取消 提交回答
  • net.ipv4.conf.all.accept_redirects=0
    net.ipv4.conf.default.accept_redirects=0
    net.ipv4.conf.all.secure_redirects=0
    net.ipv4.conf.default.secure_redirects=0
    net.ipv6.conf.all.accept_redirects=0
    net.ipv6.conf.default.accept_redirects=0
    net.ipv4.conf.all.send_redirects=0
    net.ipv4.conf.default.send_redirects=0
    
    2021-12-01 21:18:49
    赞同 展开评论