2025 年 3 月 27 日下午 1 点开始,江苏镇江移动家宽异地异实名的两条宽带,ipv6 的 80/443 端口均被限制使用

顺便问一下

百度智能云加速,非标准端口回源,web 及各类客户端均正常,唯独 docker pull 时跳转到非标准端口(用的 nginx 反代 后端是 Nexus )

nginx 的配置为:

server {
  listen 10086 ssl http2;
  listen [::]:10086 ssl http2;
  server_name docker.example.com;
  include /etc/nginx/ssl.conf;
  location / {  
    proxy_pass http://192.168.xx.xx:80;
    include /etc/nginx/proxy.conf;
  }
}

错误提示:

Error response from daemon: Head "https://docker.example.com/fshex/example/example/manifests/latest": Get "https://docker.example.com:10086/fshex/token?scope=repository%3Aexample%2Fexample%3Apull&service=https%3A%2F%2Fdocker.example.com%3A10086%2Ffshex%2Ftoken": net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)

当前临时通过 frp 反代端口用上了,但是 ipv6 无法正常回源还是很头疼的

举报· 108 次点击
登录 注册 站外分享
快来抢沙发
0 条回复  
返回顶部