新增wiki命令文件

This commit is contained in:
2026-04-14 16:02:50 +08:00
parent 65803c911d
commit c6e3d3c5db
485 changed files with 12578 additions and 396 deletions

View File

@@ -0,0 +1,23 @@
---
title: "终端代理"
type: concept
tags: [linux, proxy, socks5]
sources: [ubuntu-server-ke-xue-shang-wang.md]
last_updated: 2026-04-14
---
## Definition
终端代理通过工具让原本不支持代理的命令通过SOCKS5通道访问网络。
## Key Attributes
- 工具ProxyChains
- 配置:/etc/proxychains4.conf
- 效果:任意终端命令走代理
## Related Entities
- [[V2Ray/Tuic]]提供SOCKS5代理源
- [[ProxyChains]]:实现终端代理的工具
## Connections
- [[终端代理]] ← 工具 ← [[ProxyChains]]
- [[终端