Jump to content

Setting /boot/config/go, the traffic does not pass through the proxy | 6.9-rc2


Recommended Posts

  

In order to speed up network access, I configured V2ray in docker, set environment variables, and set up the unraid global proxy according to the official tutorial.

The configuration is as follows:

cat /boot/config/go

http_proxy=http://127.0.0.1:9000 HTTPS_PROXY=http://127.0.0.1:9000 /usr/local/sbin/emhttp &
echo "export http_proxy=\"http://127.0.0.1:9000\"" >> /root/.bash_profile
echo "export https_proxy=\"http://127.0.0.1:9000\"" >> /root/.bash_profile

Actually looking at the log found:

Docker's pull will pass the proxy, but the application store and update plug-ins through webgui do not pass the proxy, and the network failure is still displayed, and no traffic information is displayed in the docker log.

There is only docker update in the log information, no related domain name of github, my system is 6.9-rc2

308443315_.png.8462bf0d15264f757f246bb19725d776.png

 

1074803472_.png.91ee56fd76371d8b49a87c739e4351d7.png

 

tower-diagnostics-20210112-1808.zip

Edited by uniartisan
Attach diagnostic files
Link to comment

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.

×
×
  • Create New...