开发者社区 问答 正文

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

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

展开
收起
游客qzzytmszf3zhq 2021-12-01 21:18:34 549 分享
分享
版权
举报
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 举报
    赞同 评论

    评论

    全部评论 (0)

    登录后可评论
AI助理

你好,我是AI助理

可以解答问题、推荐解决方案等