### Netch Installation and Setup
Source: https://github.com/bannedbook/fanqiang/blob/master/game/SStap和Netch免费游戏加速器教程.md
Instructions for downloading, installing, and running the Netch application. It also covers the prerequisite installation of TAP-Windows for virtual network card functionality.
```bash
Download Netch 1.9.2 from https://github.com/netchx/netch/releases/tag/1.9.2
Install TAP-Windows from https://build.openvpn.net/downloads/releases/tap-windows-9.21.2.exe
Extract Netch and run Netch.exe
```
--------------------------------
### V2ray Configuration File Example
Source: https://github.com/bannedbook/fanqiang/blob/master/v2ss/V2ray官方一键安装脚本.md
An example of a V2ray configuration file. This JSON structure defines the inbound and outbound protocols, ports, UUIDs, and other settings required for V2ray to function. Remember to replace placeholders with your actual values.
```json
{
"log": {
"loglevel": "warning"
},
"inbounds": [
{
"port": 10000,
"listen улицы": "0.0.0.0",
"protocol": "vmess",
"settings": {
"clients": [
{
"id": "YOUR-UUID",
"alterId": 2
}
]
},
"streamSettings": {
"network": "ws"
}
}
],
"outbounds": [
{
"protocol": "freedom"
}
]
}
```
--------------------------------
### V2Ray Client Setup Guides
Source: https://github.com/bannedbook/fanqiang/wiki/v2ray免费账号
Provides setup guides for V2Ray clients across multiple operating systems, including Windows, macOS, Linux, Android, and iOS. It also includes instructions for router configurations like OpenWRT and Merlin.
```APIDOC
V2Ray Client Setup Guides:
1. Windows:
- Tutorial: https://github.com/bannedbook/fanqiang/tree/master/windows#windows-v2rayssssr-%E7%BF%BB%E5%A2%99%E6%95%99%E7%A8%8B
2. macOS:
- Tutorial: https://github.com/bannedbook/fanqiang/tree/master/macos
3. Linux:
- Client: Qv2ray
- Download: https://github.com/lhy0403/Qv2ray/releases
4. Android:
- Client: v2ray VPN
- Info: https://github.com/bannedbook/fanqiang/wiki/%E5%AE%89%E5%8D%93%E7%BF%BB%E5%A2%99%E8%BD%AF%E4%BB%B6#v2vpn
- Tutorial: https://github.com/bannedbook/fanqiang/tree/master/android#android-%E5%AE%89%E5%8D%93%E7%BF%BB%E5%A2%99%E6%95%99%E7%A8%8B
5. iOS:
- Apple ID Creation Tutorial (US Region): https://github.com/bannedbook/fanqiang/tree/master/ios/AppleID.md
- Client Tutorial: https://github.com/bannedbook/fanqiang/tree/master/ios#iphoneipad-v2rayss-%E7%BF%BB%E5%A2%99app%E6%95%99%E7%A8%8B
6. Routers:
- OpenWRT: https://github.com/bannedbook/fanqiang/tree/master/router/OpenWRT.md
- Merlin: https://github.com/bannedbook/fanqiang/tree/master/router/Merlin.md
```
--------------------------------
### V2Ray Client Download and Usage Guides
Source: https://github.com/bannedbook/fanqiang/blob/master/v2ray免费账号.md
Provides download links and usage guides for V2Ray clients across various operating systems, including Windows, macOS, Linux, Android, iOS, and routers. Specific guides cover client setup, configuration, and installation for each platform.
```zh
[Windows客户端教程](https://github.com/bannedbook/fanqiang/tree/master/windows#windows-v2rayssssr-%E7%BF%BB%E5%A2%99%E6%95%99%E7%A8%8B)
[Mac客户端教程](https://github.com/bannedbook/fanqiang/tree/master/macos)
Linux客户端:[Qv2ray](https://github.com/lhy0403/Qv2ray/releases)
安卓客户端:[v2ray VPN](https://github.com/bannedbook/fanqiang/wiki/%E5%AE%89%E5%8D%93%E7%BF%BB%E5%A2%99%E8%BD%AF%E4%BB%B6#v2vpn)、[安卓客户端教程](https://github.com/bannedbook/fanqiang/tree/master/android#android-%E5%AE%89%E5%8D%93%E7%BF%BB%E5%A2%99%E6%95%99%E7%A8%8B)
iOS客户端:[iOS注册美区Apple ID教程](https://github.com/bannedbook/fanqiang/tree/master/ios/AppleID.md) 、 [iOS客户端教程](https://github.com/bannedbook/fanqiang/tree/master/ios#iphoneipad-v2rayss-%E7%BF%BB%E5%A2%99%E6%89%8B%E5%8A%A8%E6%95%99%E7%A8%8B)
路由器:[OpenWRT路由器翻墙教程](https://github.com/bannedbook/fanqiang/tree/master/router/OpenWRT.md) 、 [梅林路由器翻墙教程](https://github.com/bannedbook/fanqiang/tree/master/router/Merlin.md)
```
--------------------------------
### Linux VPN/Proxy Setup Tutorials
Source: https://github.com/bannedbook/fanqiang/wiki/Home
Guides for setting up VPN and proxy services on Linux systems.
```markdown
- [Linux翻墙教程](https://github.com/bannedbook/fanqiang/tree/master/linux)
```
--------------------------------
### Android VPN/Proxy Setup Tutorials
Source: https://github.com/bannedbook/fanqiang/wiki/Home
Guides for installing and configuring VPN and proxy applications on Android devices, including V2free, Clash for Android, BifrostV, and Shadowsocks.
```markdown
- [V2free安卓翻墙教程](https://github.com/bannedbook/fanqiang/tree/master/android/v2free.md)
- [Clash for android 教程](https://github.com/bannedbook/fanqiang/tree/master/android/clash.md)
- [BifrostV 教程](https://github.com/bannedbook/fanqiang/tree/master/android/BifrostV.md)
- [Shadowsocks for android 教程](https://github.com/bannedbook/fanqiang/tree/master/android/Shadowsocks.md)
- [SSR 安卓翻墙教程](https://github.com/bannedbook/fanqiang/tree/master/android/ShadowsocksR.md)
- [Surfboard 教程](https://github.com/bannedbook/fanqiang/tree/master/android/Surfboard.md)
- [V2RayNG 教程](https://github.com/bannedbook/fanqiang/tree/master/android/V2RayNG.md)
```
--------------------------------
### Install V2ray with Official Script
Source: https://github.com/bannedbook/fanqiang/blob/master/v2ss/V2ray官方一键安装脚本.md
This snippet installs V2ray using the official one-click installation script from GitHub. It first ensures curl is installed and then executes the installation script. Ensure you are connected to your VPS via SSH and use right-click to paste commands.
```bash
apt-get install -y curl
bash <(curl -L https://raw.githubusercontent.com/v2fly/fhs-install-v2ray/master/install-release.sh)
```
--------------------------------
### Windows VPN/Proxy Setup Tutorials
Source: https://github.com/bannedbook/fanqiang/wiki/Home
Guides for configuring VPN and proxy software on Windows, including Clash for Windows, V2rayN, SSTap, and ShadowsocksR.
```markdown
- [Clash for Windows 翻墙教程](https://github.com/bannedbook/fanqiang/tree/master/windows/ClashDotNetFramework.md)
- [V2rayN 教程](https://github.com/bannedbook/fanqiang/tree/master/windows/V2RayN.md)
- [SSTap教程](https://github.com/bannedbook/fanqiang/tree/master/windows/SSTap.md)
- [Windows翻墙之SSR教程](https://github.com/bannedbook/fanqiang/tree/master/windows/ShadowsocksR.md)
- [TorBrowser+V2rayN配置使用教程](https://github.com/bannedbook/fanqiang/tree/master/windows/tor-v2ray.md)
```
--------------------------------
### Download V2ray Configuration File
Source: https://github.com/bannedbook/fanqiang/blob/master/v2ss/V2ray官方一键安装脚本.md
After installation, download a reference configuration file for V2ray. This file needs to be customized with your specific port, UUID, and other parameters. The file is saved to the standard V2ray configuration directory.
```bash
wget https://raw.githubusercontent.com/bannedbook/fanqiang/master/v2ss/server-cfg/v2/config.json -O -> /usr/local/etc/v2ray/config.json
```
--------------------------------
### Router VPN/Proxy Setup Tutorials
Source: https://github.com/bannedbook/fanqiang/wiki/Home
Guides for configuring VPN and proxy services on routers, including tutorials for Merlin and OpenWRT firmware.
```markdown
- [梅林路由器翻墙教程](https://github.com/bannedbook/fanqiang/tree/master/router/Merlin.md)
- [OpenWRT路由器翻墙教程](https://github.com/bannedbook/fanqiang/tree/master/router/OpenWRT.md)
```
--------------------------------
### Related Resources for VPN and Proxies
Source: https://github.com/bannedbook/fanqiang/blob/master/android/ShadowsocksR.md
A collection of links to further resources related to VPNs and proxy configurations on various platforms, including V2ray, Shadowsocks, and specific operating systems like iOS and macOS.
```markdown
* [V2ray机场,V2ray/SS免费翻墙节点](https://github.com/bannedbook/fanqiang/wiki/V2ray%E6%9C%BA%E5%9C%BA)
* [安卓翻墙软件](https://github.com/bannedbook/fanqiang/wiki/%E5%AE%89%E5%8D%93%E7%BF%BB%E5%A2%99%E8%BD%AF%E4%BB%B6)
* [安卓翻墙APP教程](https://github.com/bannedbook/fanqiang/tree/master/android)
* [Chrome一键翻墙包](https://github.com/bannedbook/fanqiang/wiki/Chrome%E4%B8%80%E9%94%AE%E7%BF%BB%E5%A2%99%E5%8C%85)
* [EdgeGo-Edge一键翻墙包](https://github.com/bannedbook/fanqiang/tree/master/EdgeGo)
* [火狐firefox一键翻墙包](https://github.com/bannedbook/fanqiang/wiki/%E7%81%AB%E7%8B%90firefox%E4%B8%80%E9%94%AE%E7%BF%BB%E5%A2%99%E5%8C%85)
* [自建V2ray服务器翻墙简明教程](https://github.com/bannedbook/fanqiang/blob/master/v2ss/%E8%87%AA%E5%BB%BAV2ray%E6%9C%8D%E5%8A%A1%E5%99%A8%E7%AE%80%E6%98%8E%E6%95%99%E7%A8%8B.md)
* [自建Shadowsocks服务器翻墙简明教程](https://github.com/bannedbook/fanqiang/blob/master/v2ss/%E8%87%AA%E5%BB%BAShadowsocks%E6%9C%8D%E5%8A%A1%E5%99%A8%E7%AE%80%E6%98%8E%E6%95%99%E7%A8%8B.md)
* [免费ss账号](https://github.com/bannedbook/fanqiang/wiki/%E5%85%8D%E8%B4%B9ss%E8%B4%A6%E5%8F%B7)
* [v2ray免费账号](https://github.com/bannedbook/fanqiang/wiki/v2ray%E5%85%8D%E8%B4%B9%E8%B4%A6%E5%8F%B7)
* [苹果电脑MAC翻墙](https://github.com/bannedbook/fanqiang/wiki/%E8%8B%B9%E6%9E%9C%E7%94%B5%E8%84%91MAC%E7%BF%BB%E5%A2%99)
* [iphone翻墙](https://github.com/bannedbook/fanqiang/wiki/iphone%E7%BF%BB%E5%A2%99)
* [TorBrowser一键翻墙包](https://github.com/bannedbook/fanqiang/wiki/TorBrowser%E4%B8%80%E9%94%AE%E7%BF%BB%E5%A2%99%E5%8C%85)
```
--------------------------------
### SSTap Download and Installation
Source: https://github.com/bannedbook/fanqiang/blob/master/game/SStap和Netch免费游戏加速器教程.md
SSTap is no longer officially maintained, but its method for modifying system route tables remains functional. While the official website is defunct, download links can be found on GitHub. Recommended versions include 'SSTap-KYO-去广告免安装版.zip' (ad-free, portable) and 'SSTap-beta-setup-1.0.9.7.exe.7z'. Installation involves extracting the downloaded files and running the setup executable. A virtual network adapter (SSTAP1) will be installed during the process.
```bash
# Download SSTap from GitHub
# Example using a hypothetical direct download link (replace with actual URL)
# wget https://github.com/solikethis/SSTap-backup/blob/master/SSTap-beta-setup-1.0.9.7.exe.7z?raw=true
# Extract the downloaded archive (requires 7z)
# 7z x SSTap-beta-setup-1.0.9.7.exe.7z
# Run the installer
# ./SSTap-beta-setup-1.0.9.7.exe
```
```APIDOC
SSTap Installation:
1. Download SSTap from GitHub (e.g., SSTap-beta-setup-1.0.9.7.exe.7z).
2. Extract the downloaded .7z file using a compatible tool.
3. Run the SSTap installer (e.g., SSTap-beta-setup-1.0.9.7.exe).
4. Select language (e.g., Simplified Chinese) and proceed with installation.
5. A virtual network adapter (SSTAP1) will be installed.
6. SSTap may launch automatically after installation.
```
--------------------------------
### Download ShadowsocksR Android Clients
Source: https://github.com/bannedbook/fanqiang/blob/master/android/ShadowsocksR.md
Provides links to download ShadowsocksR (SSR) clients for Android devices. It highlights the SpeedUp VPN client for accessing free SSR nodes and the official SSRR Android client.
```markdown
- Android: [SpeedUp VPN](https://github.com/bannedbook/SpeedUp.VPN) , SpeedUp VPN 可下载大量第三方免费SSR节点。
- Android: [SSRR](https://github.com/shadowsocksrr/shadowsocksr-android/releases)
```
--------------------------------
### V2rayN Configuration Steps
Source: https://github.com/bannedbook/fanqiang/blob/master/windows/V2RayN.md
This snippet outlines the essential steps for configuring V2rayN after installation. It details how to add a subscription link and set up the system proxy.
```en
1. Extract the V2rayN-Core archive to a hard drive and launch v2rayn.exe.
2. Click the menu icon in the top-left corner to open the sidebar, then click 'Subscription Settings'.
3. In the new page, click the add button, paste the subscription link, and click 'OK' (√).
4. Navigate to 'Subscription' > 'Update Subscription'.
5. In the Windows system tray, right-click the V2rayN icon and check 'Automatically configure system proxy'.
```
--------------------------------
### Install wget
Source: https://github.com/bannedbook/fanqiang/blob/master/v2ss/最简单的Google BBR 一键加速VPS教程.md
Installs the wget utility if it's not already present on the system. This is a prerequisite for downloading configuration files.
```bash
apt-get install -y wget
```
--------------------------------
### Windows Setup for Shadowsocks + v2ray Plugin
Source: https://github.com/bannedbook/fanqiang/blob/master/ss_v2ray.md
Instructions for setting up Shadowsocks with the v2ray plugin on Windows. This involves downloading the shadowsocks-windows client and the v2ray-plugin, renaming the plugin to v2ray.exe, and placing it in the same directory as the Shadowsocks executable.
```bash
Download shadowsocks-windows from https://github.com/shadowsocks/shadowsocks-windows/releases
Download v2ray-plugin from https://github.com/shadowsocks/v2ray-plugin/releases
Extract v2ray-plugin and rename the executable to v2ray.exe
Place v2ray.exe in the same directory as shadowsocks.exe
Run shadowsocks.exe
```
--------------------------------
### V2ray Service Management Commands
Source: https://github.com/bannedbook/fanqiang/blob/master/v2ss/V2ray官方一键安装脚本.md
These are the common commands to manage the V2ray service on your server. You can restart, reload, start, stop, or check the status of the V2ray process.
```shell
service v2ray restart | force-reload | start | stop | status | reload
```
--------------------------------
### Obtain SSR Subscription Links
Source: https://github.com/bannedbook/fanqiang/blob/master/android/ShadowsocksR.md
Explains how to get subscription links for SSR services, including links to V2ray and free SSR nodes. It emphasizes the importance of keeping subscription links secure.
```markdown
从[V2ray机场,该机场暂无SSR节点,但有V2ray和SS节点](https://github.com/bannedbook/fanqiang/wiki/V2ray%E6%9C%BA%E5%9C%BA)获取[V2ray订阅链接](https://w1.v2ai.top/auth/register?code=cd79),或者也可以找[免费订阅链接](https://w1.v2ai.top/auth/register?code=cd79)
教育网的网友如果打不开上面的链接,请使用这个链接:
https://cdn.v2ai.top/auth/register?code=cd79
机场 **订阅链接** 非常重要,你应当把它当做密码一样妥善保管。
```
--------------------------------
### Netch Installation and Requirements
Source: https://github.com/bannedbook/fanqiang/blob/master/game/SStap和Netch免费游戏加速器教程.md
Information on installing Netch, including its prerequisites like the .NET runtime, and links to download different versions.
```APIDOC
Netch Installation:
Prerequisites:
- For Netch 1.9.2 (stable): Install .NET 5.0 Desktop Runtime (x64) - https://aka.ms/dotnet/5.0/windowsdesktop-runtime-win-x64.exe
- For Netch 1.9.4 (pre-release): Install .NET 6.0 Desktop Runtime (x64) - https://aka.ms/dotnet/6.0/windowsdesktop-runtime-win-x64.exe
Installation:
- Download the Netch executable from the GitHub releases page.
- Run the Netch executable.
- Restart your computer after installing the .NET runtime for Netch to function correctly.
```
--------------------------------
### macOS VPN/Proxy Setup Tutorials
Source: https://github.com/bannedbook/fanqiang/wiki/Home
Instructions for setting up VPN and proxy software on macOS, featuring tutorials for ClashX, V2rayU, Surge, and V2rayX.
```markdown
- [苹果电脑MAC翻墙](https://github.com/bannedbook/fanqiang/wiki/%E8%8B%B9%E6%9E%9C%E7%94%B5%E8%84%91MAC%E7%BF%BB%E5%A2%99)
- [macOS翻墙之ClashX翻墙教程](https://github.com/bannedbook/fanqiang/tree/master/macos/ClashX.md)
- [macOS翻墙之V2rayU教程](https://github.com/bannedbook/fanqiang/tree/master/macos/V2RayU.md)
- [macOS翻墙之Surge教程](https://github.com/bannedbook/fanqiang/tree/master/macos/Surge.md)
- [macOS翻墙之V2rayX教程](https://github.com/bannedbook/fanqiang/tree/master/macos/V2rayX.md)
```
--------------------------------
### Install Nginx
Source: https://github.com/bannedbook/fanqiang/blob/master/v2ss/V2Ray之TLS+WebSocket+Nginx+CDN配置方法.md
Installs the Nginx web server on a Debian-based system using apt-get. This is a prerequisite for setting up the reverse proxy.
```bash
apt-get update
apt-get -y install nginx
```
--------------------------------
### Fair Plus VPN Configuration and Usage
Source: https://github.com/bannedbook/fanqiang/wiki/fairplus.txt
This guide explains how to configure and use Fair Plus VPN after installation. It covers deleting existing nodes, importing new nodes via subscription links, testing VPN latency, selecting a node, and enabling the VPN connection.
```APIDOC
Fair Plus VPN Setup and Usage:
1. Open the Fair+ app and navigate to VPN Settings.
2. (Recommended) Tap 'Delete All VPN' to remove existing nodes.
3. Tap 'Import Subscription VPN'.
4. Paste your V2Ray subscription link and confirm.
5. Tap 'Test VPN Latency' to check node performance.
6. Select a desired VPN node.
7. Allow VPN connection when prompted.
8. Toggle the VPN switch to connect.
Note: Disconnect and reconnect to switch VPN lines.
```
--------------------------------
### V2rayN Usage Instructions
Source: https://github.com/bannedbook/fanqiang/blob/master/windows/V2RayN.md
Provides instructions on how to test server connections and select a node for proxying in V2rayN.
```en
In the V2rayN main interface, press Ctrl+A to select all nodes.
Right-click and select 'Test server real connection delay (multi-select)'.
After testing, right-click the V2rayN icon in the taskbar, select your preferred node, and check 'System Proxy/Automatically configure system proxy'.
```
--------------------------------
### Install Fair Plus VPN Directly from App Store
Source: https://github.com/bannedbook/fanqiang/wiki/fairplus.txt
This method describes installing Fair Plus VPN directly from the Apple App Store, which requires an Apple ID registered in a region outside of mainland China.
```APIDOC
Install Fair Plus VPN from App Store:
1. Log in to the App Store using an Apple ID from a region outside mainland China.
2. Search for and install 'Fair VPN' (App ID: 1533873488).
Direct Link: https://apps.apple.com/us/app/id1533873488
```
--------------------------------
### Install Fair Plus VPN via TestFlight
Source: https://github.com/bannedbook/fanqiang/wiki/fairplus.txt
This section provides instructions for installing the Fair Plus VPN application using Apple's TestFlight beta testing platform. It includes links to download TestFlight and the Fair Plus VPN beta.
```APIDOC
Install Fair Plus VPN via TestFlight:
1. Install TestFlight from the App Store: https://apps.apple.com/us/app/testflight/id899247664
2. Install Fair Plus VPN using the provided TestFlight link: https://testflight.apple.com/join/sdBZzV82
Note: Developer has temporarily paused new user sign-ups for the TestFlight version.
```
--------------------------------
### Self-Built VPN Server Guides
Source: https://github.com/bannedbook/fanqiang/wiki/安卓翻墙-禁闻浏览器
Guides for setting up your own VPN servers using V2Ray or Shadowsocks. These guides provide instructions for creating a private and secure connection.
```English
Self-Built V2Ray Server Setup Guide:
https://github.com/bannedbook/fanqiang/blob/master/v2ss/%E8%87%AA%E5%BB%BAV2ray%E6%9C%8D%E5%8A%A1%E5%99%A8%E7%AE%80%E6%98%8E%E6%95%99%E7%A8%8B.md
```
```English
Self-Built Shadowsocks Server Setup Guide:
https://github.com/bannedbook/fanqiang/blob/master/v2ss/%E8%87%AA%E5%BB%BAShadowsocks%E6%9C%8D%E5%8A%A1%E5%99%A8%E7%AE%80%E6%98%8E%E6%95%99%E7%A8%8B.md
```
--------------------------------
### Self-Hosting V2Ray Server Tutorials
Source: https://github.com/bannedbook/fanqiang/blob/master/v2ray免费账号.md
A collection of tutorials for setting up your own V2Ray server. It covers basic setup, advanced configurations with TLS, WebSocket, Nginx, and CDN, as well as tutorials for Brook with similar advanced setups.
```zh
* 自建V2ray服务器简明教程
* 自建V2Ray+TLS翻墙配置方法
* V2Ray之TLS+WebSocket翻墙方法
* [V2Ray之TLS+WebSocket+Nginx+CDN配置方法](https://github.com/bannedbook/fanqiang/blob/master/v2ss/V2Ray%E4%B9%8BTLS+WebSocket+Nginx+CDN%E9%85%8D%E7%BD%AE%E6%95%99%E7%A8%8B.md)
* [Brook之TLS+WebSocket+CDN翻墙教程](https://github.com/bannedbook/fanqiang/blob/master/v2ss/Brook%E4%B9%8BTLS%2BWebSocket%2BCDN%E7%BF%BB%E5%A2%99%E6%95%99%E7%A8%8B.md)
* [Brook之TLS+WebSocket+Web服务器翻墙教程](https://github.com/bannedbook/fanqiang/blob/master/v2ss/Brook%E4%B9%8BTLS%2BWebSocket%2BWeb%E7%BF%BB%E5%A2%99%E6%95%99%E7%A8%8B.md)
* [Brook之TLS+WebSocket翻墙教程](https://github.com/bannedbook/fanqiang/blob/master/v2ss/Brook%E4%B9%8BTLS%2BWebSocket%E7%BF%BB%E5%A2%99%E6%95%99%E7%A8%8B.md)
* 自建Shadowsocks服务器简明教程
* 机场翻墙订阅转换器-V2ray,Clash,SSR,SS等订阅链接在线转换
```
--------------------------------
### Related Proxy Tools and Guides
Source: https://github.com/bannedbook/fanqiang/wiki/火狐firefox一键翻墙包
This section lists related projects and guides for proxy setup and usage, including packages for Chrome and Edge, Android proxy applications, and tutorials for self-hosting V2Ray and Shadowsocks servers.
```APIDOC
Related Projects:
- Chrome Proxy Package: https://github.com/bannedbook/fanqiang/wiki/Chrome%E4%B8%80%E9%94%AE%E7%BF%BB%E5%A2%99%E5%8C%85
- EdgeGo/Edge Proxy Package: https://github.com/bannedbook/fanqiang/tree/master/EdgeGo
- Android Proxy Software: https://github.com/bannedbook/fanqiang/wiki/%E5%AE%89%E5%8D%93%E7%BF%BB%E5%A2%99%E8%BD%AF%E4%BB%B6
- Self-hosted V2Ray Server Tutorial: https://github.com/bannedbook/fanqiang/blob/master/v2ss/%E8%87%AA%E5%BB%BAV2ray%E6%9C%8D%E5%8A%A1%E5%99%A8%E7%AE%80%E6%98%8E%E6%95%99%E7%A8%8B.md
- Self-hosted Shadowsocks Server Tutorial: https://github.com/bannedbook/fanqiang/blob/master/v2ss/%E8%87%AA%E5%BB%BAShadowsocks%E6%9C%8D%E5%8A%A1%E5%99%A8%E7%AE%80%E6%98%8E%E6%95%99%E7%A8%8B.md
```
--------------------------------
### Usage: Select Node and Set Routing
Source: https://github.com/bannedbook/fanqiang/blob/master/android/ShadowsocksR.md
Guides users on how to select a VPN node and configure the routing settings in the ShadowsocksR client. It specifically mentions setting the route to 'Bypass LAN and China Mainland addresses' for optimal traffic management.
```markdown
点击选择您需要的节点,随后往下划到功能设置处,点击「路由」将其更改为 **绕过局域网及中国大陆地址**。
随后往上划到顶部,点击右上角小飞机即可成功连接。
如操作系统提示添加 VPN 配置,请点击 运行 并验证您的 密码、指纹等。
```
--------------------------------
### iOS VPN/Proxy Setup Tutorials
Source: https://github.com/bannedbook/fanqiang/wiki/Home
Instructions for setting up VPN and proxy applications on iPhones, iPads, and other iOS devices, covering tools like Shadowrocket, Quantumult X, and Surge.
```markdown
- [iphone翻墙](https://github.com/bannedbook/fanqiang/wiki/iphone%E7%BF%BB%E5%A2%99)
- [注册苹果美区 Apple ID 帐号并购买APP指南](https://github.com/bannedbook/fanqiang/tree/master/ios/AppleID.md)
- [Iphone/iPad通过电脑局域网共享翻墙](https://github.com/bannedbook/fanqiang/tree/master/ios/fqByLan.md)
- [Potatso教程](https://github.com/bannedbook/fanqiang/tree/master/ios/PotatsoLite.md)
- [Shadowrocket小火箭配置使用教程](https://github.com/bannedbook/fanqiang/tree/master/ios/Shadowrocket.md)
- [Quantumult X 配置使用简易教程](https://github.com/bannedbook/fanqiang/tree/master/ios/QuantumultX.md)
- [iOS翻墙之Surge教程](https://github.com/bannedbook/fanqiang/tree/master/ios/Surge.md)
```