Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

6.11.X插件更新走代理问题终于解决了

Featured Replies

困扰我很长时间的问题,各种代理设置都对插件更新不起作用,原因是插件更新通过wget,终于找到解决方案。

/root下新建.wgetrc文件

填入内容

use_proxy=yes

http_proxy=http://10.0.0.2:7890

https_proxy=http://10.0.0.2:7890

wait=10

 

原文

 

 

Edited by zhangduo

23 hours ago, zhangduo said:

你走的是http代理还是socks5代理?

 

6.11.3测试无效。

还有/root下的文件重启不就没了吗

或者设置应用商店单独的代理,自己电脑起一个代理软件,设置允许局域网共享,然后照下面的地址,SwordRays的回答,设置proxy.cfg文件

 

我是把网关和dns都设置成代理服务器,更新、安装app、插件很快啊。

  • Author
On 11/21/2022 at 7:28 PM, wbh said:

6.11.3测试无效。

还有/root下的文件重启不就没了吗

可以写进go文件里,我的目前6.11.5没问题

echo "use_proxy=yes" >> /root/.wgetrc
echo "http_proxy=http://192.168.3.9:7890" >> /root/.wgetrc
echo "https_proxy=http://192.168.3.9:7890" >> /root/.wgetrc
echo "wait=10" >> /root/.wgetrc

IP别忘了改成自己的

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...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.