Proxy Editor | 提供可视化页面,方便快捷设置、切换代理


Recommended Posts

  • 2 weeks later...
8 hours ago, cber said:

大佬,请问一下我设置好了CA和系统代理,一切正常可以使用,如果我的clash for windows挂了或者电脑关了,应用市场还能正常使用吗?

关了是不行的,我目前是虚拟了openwrt,用openclash代理。

Link to comment
  • 2 weeks later...

 

On 6/11/2023 at 9:43 AM, syoua said:

关了是不行的,我目前是虚拟了openwrt,用openclash代理。

大佬太牛了了!请问下我用docker的v2raya,然后用这个proxy连接,是可以的吼,虚拟机软路由一直安装不了,img镜像路径对的但是还是进的efi shell界面

Link to comment
On 6/25/2023 at 11:45 AM, javazwz123 said:

 

大佬太牛了了!请问下我用docker的v2raya,然后用这个proxy连接,是可以的吼,虚拟机软路由一直安装不了,img镜像路径对的但是还是进的efi shell界面

抱歉我也是小白,不确定你是什么原因造成的。我是supes.top这里自定义的openwrt镜像,启动之后改一下ip就可以正常使用了。

Link to comment
  • 3 weeks later...
  • 3 weeks later...

6.12.3版本,使用大佬的插件,开启了系统代理和CA代理。

还是出错了,显示网络故障。

应用商店内,无法更新和安装插件。

应用商店无法自动更新,卸载应用商店后,

安装应用商店显示“plugin: community.applications.plg download failure: Network failure”

手动配置docker加速有效果。

 

求大佬解惑

Link to comment
  • 1 month later...
  • 1 month later...

unraid使用ipv4时插件代理完美运行, 但是unraid开启了ipv6的时候就不行了, 应该是代理不支持ipv6
这种情况怎么在保留unraid ipv6的情况下成功代理应用市场等等呢, 就是Unraid 检测系统、插件更新,下载新插件、系统更新等不使用ipv6, 大佬们求助

Link to comment
  • 3 weeks later...
  • 1 month later...
  • 1 month later...
On 3/31/2023 at 5:29 PM, surge said:

简单的操作方法就是:vps搭建好wireguard服务端,导出conf文件,然后在unraid导入conf文件,点击启动即可。不懂的话可以先上手熟悉一下wireguard。

你是用哪个服务商呀,推荐推荐,我也想搞,v2raya的方案我感觉好玄学,一会可以一会不行的

Link to comment
  • 2 weeks later...
On 12/1/2023 at 5:39 AM, muihiuwev said:

启用 CA 代理后,能够访问和下载,但无法搜索 Dockerhub,请问有插件能够添加相关功能解决吗?

 

On 12/1/2023 at 10:51 PM, JackieWu said:

 

建议还是走旁路由的形式使用代理吧,参考:CA 应用商店代理

 

我认为这应该是CA的BUG,从其源码来看是直接在shell里面运行curl命令去搜索DockerHub,但却没有添加-x参数指定代理。

 

CA已经更新版本修复了这个问题,升级最新版即可。

临时应对办法是修改/usr/local/emhttp/plugins/community.applications/include/exec.php文件,

将:

shell_exec("curl -s -X GET 'https://registry.hub.docker.com/v1/search?q=$filter&page=$pageNumber'");

修改为:

shell_exec("curl -x http://YOUR_PROXY -s -X GET 'https://registry.hub.docker.com/v1/search?q=$filter&page=$pageNumber'");

增加一个-x参数指定代理地址即可。

 

Edited by cddjr
  • Like 2
Link to comment
53 minutes ago, cddjr said:

I think this should be a BUG of CA.

Assuming that the proxy.cfg file for CA is setup correctly, does changing the line instead to be

  $jsonPage = download_url("https://registry.hub.docker.com/v1/search?q=$filter&page=$pageNumber");

fix it?

  • Like 1
Link to comment
12 hours ago, Squid said:

Assuming that the proxy.cfg file for CA is setup correctly, does changing the line instead to be

  $jsonPage = download_url("https://registry.hub.docker.com/v1/search?q=$filter&page=$pageNumber");

fix it?

it works thank you

Link to comment
16 hours ago, cddjr said:

 

 

我认为这应该是CA的BUG,从其源码来看是直接在shell里面运行curl命令去搜索DockerHub,但却没有添加-x参数指定代理。

临时应对办法是修改/usr/local/emhttp/plugins/community.applications/include/exec.php文件,

将:

shell_exec("curl -s -X GET 'https://registry.hub.docker.com/v1/search?q=$filter&page=$pageNumber'");

修改为:

shell_exec("curl -x http://YOUR_PROXY -s -X GET 'https://registry.hub.docker.com/v1/search?q=$filter&page=$pageNumber'");

增加一个-x参数指定代理地址即可。

 

谢谢分享

Link to comment
  • 3 weeks later...
  • 2 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.