Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用 iptables 和 bash 脚本,并想为自己制作简单的 HotSpot。如何在 linux (CentOS) 上保存请求页面?有人能早点解决这个问题吗?
可能会在 iptables 中记录您的请求,例如:
iptables -A INPUT -p tcp -j LOG --log-prefix ' INPUT TCP ' --log-level 4