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.
我在 Ubuntu 12.04 上使用 UFW 从命令行允许和拒绝端口的 IP 地址。
如何使用 API 在 Python 中执行以下操作?
$ sudo ufw status $ sudo ufw allow from 207.46.232.182
目前我只是从 Python 进行系统调用。
是否有任何网页或博客描述了如何使用 API?我找不到任何东西。
默认情况下,我可以使用:
import ufw