文件名称:iptables-webui:IP 表的 WebUI [WIP]
文件大小:444KB
文件格式:ZIP
更新时间:2024-07-02 04:18:02
JavaScript
IP 表 WebUI 一个很好的iptables命令的 webui,用 NodeJS 编写。 目前正在进行中。 安全 此 WebUI 不打算用作一般访问长期运行的 Web 服务器。 而是假设以下流程: 用户通过 SSH 连接到带有端口转发的远程服务器,例如: ssh myserver.com -L 8099:localhost:8099 用户启动iptables web界面iptables-webui start 用户导航到浏览器中的地址,例如: http://localhost:8099 专业提示:将服务器/转发详细信息存储在~/.ssh/config : Host myserver Hostname myserver.com User me LocalForward 8099:localhost:8099 可以将其作为典型的 Web 服务器进程运行,但不建议将
【文件预览】:
iptables-webui-master
----bin()
--------setup(306B)
----package.json(176B)
----iptables-webui(5KB)
----LICENSE(1KB)
----iptables()
--------enabled.json(2B)
--------rules.json(2B)
----.gitignore(37B)
----lib()
--------iprules.js(12KB)
----public()
--------css()
--------fonts()
--------index.html(3KB)
--------js()
--------jsx()
----README.md(3KB)