hyhy01
hyhy01
### Verify steps - [X] 我已经在 [Issue Tracker](……/) 中找过我要提出的请求 I have searched on the [issue tracker](……/) for a related feature request. - [X] 我已经仔细看过 [Documentation](https://github.com/Dreamacro/clash/wiki/) 并无法自行解决问题 I have read the...
### Please make sure of the following things - [X] I have read the [documentation](https://alist-doc.nn.ci). - [X] I'm sure there are no duplicate issues or discussions. - [X] I'm sure...
### verify - [X] 我已经仔细阅读[项目文档](https://github.com/tindy2013/subconverter/blob/master/README-cn.md),确认现有功能无法解决我的需求 - [X] 我已经检索过现有[issue](https://github.com/tindy2013/subconverter/issues),确认与现有issue的内容并不重复 - [X] 我已经尝试自行解决,确认自己没有能力解决 ### 功能描述 试了target=quanx,surfboard,clash,surge&ver=4都出不来。 url参数填写了trojan-go官方的`encryption=ss%3Baes-128-gcm%3Bbcfdsfdsjger#virmachjp22` 和shadowrocket 导出的`proto=shadowsocks&protoParam=aes-128-gcm;bcfdsfs`都用不了 ### 可能的解决方案 _No response_
``` if main_host then local function sort_by_main_host(a, b) if a.host == main_host and b.host ~= main_host then return true else return false end end tbl_sort(slaves, sort_by_main_host) else -- Put any...
  版本是v2.10.8的最新docker镜像
系统ubuntu22.04 原生安装 guacd 1.3.0 next-terminal v1.3.9 guacd和next-terminal 都是以root运行 远程机器是win2008R2,我这个ubuntu连接2008R2报错,连接另一台win2019却没问题(试过2012r2也能连)。 还有一台centos7的装了next-terminal,连接2008R2和2019都没问题。 guacd日志 ```bash Jun 12 11:50:41 VM-16-9-ubuntu guacd[798]: Creating new client for protocol "rdp" Jun 12 11:50:41 VM-16-9-ubuntu guacd[798]: Connection ID...
1. 例如我在多个局域网都部署了一套,现在在公网部署一套,现在想公网的只连接8088端口就能管理局域网的机器,不需要单独暴露ssh端口。(外网->内网) 2. 我希望局域网next-terminal的可以连接公网的next-terminal,公网的next-terminal可以管理局域网的next-terminal的所有机器。(内网->外网) 3. 我希望接入网关能有个像前置代理这样的东西,实现多级转发。(外网->内网) 4. 我希望有免密码/密钥登录的功能,就是直接在被管理的服务器上安装一个agent,然后主动连接next-terminal。(内网->外网)