Files
nexus/wiki/concepts/SOCKS5代理.md
2026-04-17 08:38:12 +08:00

36 lines
958 B
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: SOCKS5代理
type: concept
tags: [网络代理, 协议, 隐私]
---
## Definition
SOCKS5 是一种网络代理协议,属于 SOCKS 协议的第五版。它支持 TCP 和 UDP 连接,提供认证功能,能够在客户端和服务器之间建立传输隧道,隐匿用户的真实 IP 地址和地理位置。
## Key Features
- 支持 TCP 和 UDP 协议
- 支持用户认证
- 可隐匿真实 IP
- 支持多种应用层协议
- 比 HTTP 代理更底层,兼容性更好
## Use Cases
- 指纹浏览器配合代理配置
- 网络隐私保护
- 跨境访问海外服务
- 账号防封(通过切换 IP
## Configuration in Fingerprint Browser
1. 在系统网络设置中配置本机代理
2. 获取代理的主机地址和端口
3. 在指纹浏览器中选择 SOCKS5 代理类型
4. 填入主机和端口,验证连接
## Related Entities
- [[AdsPower]]
- [[IP纯净度]]
## Related Concepts
- [[代理配置]]
- [[HTTP代理]]
- [[VPN]]