starry
starry
理论上是可以做到支持的,通过节点URL链接解析出节点参数,然后在本地生成对应的`yaml`配置文件,只不过增加这些功能比较复杂,而且单节点用户有`v2rayN&G`或者`NekoBox`客户端,没人愿意重复造轮子
我也希望能增加中文语言,感谢
@kunge98 I have successfully deployed it via Docker. The default configuration works on both Windows and Debian systems, but it doesn't work on Ubuntu. I think the issue might be...
@xiaomeixw 我用默认配置在 `Debian` 系统上能成功运行
> UI is now is in the ugliest simple possible state :D It is not ignored, but has less priority than backend working properly. I have asked some other UI...
这个确实好看
> 你可以写一个小插件实现这个功能,应该不会很难的。后面如果有时间我可以实现这个功能,但是最近比较忙~~ 谢谢大佬,请问一下网站底部的总浏览量是怎么添加的,我看文档好像没有写
[项目地址](https://github.com/admin8800/iptables-web) 可以试试这个,专门用于大量端口转发和批量操作,基于`iptables`,不过web页面没做访问控制,自己配置一下即可,比如`caddy`或者`nginx`配置一下密码访问或者白名单访问
格式`备注 ssh地址 ssh用户名 ssh端口 ssh密码` 示例: ``` us 192.168.0.1 root 22 pass123456 hk 192.168.0.2 root 22 pass123456 tw 192.168.0.3 root 22 pass123456 ``` 如果选择使用统一的密钥凭证,则不解析`ssh密码`字段,大佬,这样如何?