Files
nexus/wiki/concepts/科学上网.md
2026-04-16 20:05:13 +08:00

43 lines
1.1 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: 科学上网
type: concept
tags: [科学上网, proxy]
date: 2026-04-16
---
## Aliases
- 翻墙
- 科学上网工具
- 科学冲浪
## Summary
- 定义:通过代理服务器绕过网络限制访问被封锁网站的技术
- 原理:用户客户端 → 代理服务器(境外)→ 目标网站
- 协议Shadowsocks、ShadowsocksR、V2Ray、Trojan等
## Key Characteristics
- 通过订阅链接导入节点配置
- 支持自动/手动节点选择
- 支持规则分流(国内外流量分离)
- 支持自动故障转移
## Components
- 机场:提供代理服务器的服务商
- 订阅链接节点配置的URL地址
- 客户端:运行代理协议的软件
## Use Cases
- 访问Google、YouTube、Twitter等被限制网站
- 解锁Netflix等流媒体地区限制
- 保护网络隐私和安全
## Related Concepts
- [[Clash]]:一种支持规则分流的代理客户端
- [[SSR]]ShadowsocksR协议
- [[V2Ray]]:另一种代理协议
- [[Trojan]]基于TLS的代理协议
## Connections
- [[科学上网]] ← implements ← [[Clash]]
- [[科学上网]] ← implements ← [[SSR]]
- [[故障转移]] ← enables ← [[科学上网]]