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

41 lines
1.5 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "群晖NAS科学上网方法"
type: source
tags: [v2rayA, nas, synology, 科学上网, docker]
date: 2025-03-08
---
## Source File
- [[raw/Home Office/群晖NAS科学上网方法.md]]
## 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
- [[V2RayA]]V2Ray 的 Web 面板管理工具
- [[透明代理]]:自动劫持系统出站流量
- [[Docker Daemon 代理]]systemd 环境变量配置
## Key Entities
- [[Synology NAS]]V2RayA 宿主机
## Connections
- [[Synology NAS]] ← runs ← [[Docker]]
- [[Docker]] ← configured_with ← [[Docker Daemon 代理]]
- [[V2RayA]] ← provides ← [[透明代理]]
## Contradictions
-