Files
nexus/wiki/sources/群晖NAS科学上网方法.md
weishen f9ac3145ab feat(wiki): ingest remaining subdirectories batch (51 files)
- Others: ChinaTextbook, Obsidian笔记系列, YouTube Channel ID, TikTok PM Django
- Skills: GOG CLI, Last30Days, baoyu-skills
- Vibe Coding: Cursor 2.0, Trae远程开发, Vibe-Kanban+OpenCode, vibe coding经验
- 微信公众号: 养虾日记1-5, AI时代赚钱
- 跨境电商: TikTok数据抓取, 选品策略, Superset Dashboard
- AI目录补充: 20个文件

Source pages: 51
Entities: TapXWorld, VibeKanban, OpenCode, Trae, SourceGrounding等
Concepts: 自举Meta生成, 5大设计原则, MD5去重, 混合搜索等
2026-04-14 20:48:34 +08:00

1.5 KiB
Raw Blame History

title, type, tags, date
title type tags date
群晖NAS科学上网方法 source
v2rayA
nas
synology
科学上网
docker
2025-03-08

Source File

Summary

  • 核心主题:在 Synology NAS 上通过 Docker 安装 V2RayA 实现科学上网
  • 问题域NAS 科学上网配置
  • 方法/机制V2RayA Docker 容器运行,设置透明代理,配置 Docker Daemon HTTP 代理
  • 结论/价值NAS 透明代理确保 Docker pull 等操作走代理流量

Key Claims

  • V2RayA Docker 镜像mzz2017/v2raya启动时需挂载 /lib/modules 和 /etc/resolv.conf
  • DSM 7.x 中 Docker Daemon 网络栈不完全遵循 V2RayA 的 iptables 规则
  • 最稳妥方案:显式配置 Docker Daemon HTTP 代理(/etc/systemd/system/pkg-ContainerManager-dockerd.service.d/http-proxy.conf
  • 透明代理验证curl -I https://www.google.com 返回 200 则代理生效

Key Quotes

"显式配置 Docker Daemon 的 Proxy 环境变量是更符合 Engineering Best Practice 的做法" — Docker 代理配置建议

Key Concepts

Key Entities

Connections

Contradictions