Hello Word
机场
OpenWrt旁路由
https://github.com/juewuy/ShellCrash
服务端
Shadowsocks
v2ray
客户端使用PAC代理(系统自带)
ShellClash提供局域网的PAC自动配置方式,可以在各个操作系统上快速完成PROXY配置而无需启用静态路由
Windows 10
设置 -> 网络和intentnet -> 代理 -> 使用设置脚本(开) -> 脚本地址 -> 填入PAC地址 -> 保存Windows 7
Internet选项 -> 连接 选项卡 -> 局域网设置(如果是电脑拨号上网, 这里点’设置’) -> 使用自动配置脚本 -> 填入PAC地址 -> 确定macOS
系统设置 -> 网络 -> 高级 -> 代理 -> 自动代理配置 -> URL中填入PAC地址 -> 好安卓
设置 -> 连接 -> 当前网络 -> 高级设置 -> 代理服务器 -> 自动配置 -> 填入PAC地址 -> 保存
- IOS
设置 WiFi 当前WiFi 代理设置 自动 填入PAC地址
Linux客户端
一、v2rayA
https://github.com/v2rayA/v2rayA/releases
二、v2ray
https://github.com/v2fly/v2ray-core
1. 安装方式
Linux发行版仓库自带
apt install v2ray
官方安装脚本
fhs-install-v2ray
2. 使用方式
更改环境变量
export http_proxy=socks5://127.0.0.1:10808 && export https_proxy=socks5://127.0.0.1:10808
使用其他工具
VPS自建
https://233boy.com/sing-box/sing-box-script/
https://github.com/233boy
Hello Word
http://example.com/2025/01/05/HelloWord/