> For the complete documentation index, see [llms.txt](https://docs.junyangz.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.junyangz.com/share/way2outer.md).

# Way2outer

Update AT 2022-10-25

## 服务搭建

这部分略过, 如有需求请邮件联系`i#junyangz.com`(将#换成@)

## 使用手册

1. 下载最新v2ray客户端(<https://github.com/v2ray/v2ray-core/releases>) 根据系统下载对应版本。如果是Windows点击[链接](https://github.com/v2fly/v2ray-core/releases/download/v4.45.2/v2ray-windows-64.zip)下载, 备份[下载地址](https://drive.junyangz.com/share/trV4bYvd), 密码为当前页面标题
2. 解压下载的压缩包至特定位置
3. 下载我提供的配置文件[`config.json`](https://asset.junyangz.com/public/config.json)到解压后的目录下(P.S.右键另存为，选择覆盖默认的`config.json`文件)
4. 点击`wv2ray.exe`(后台运行）或者`v2ray.exe`（前台运行）启动， 使用`wv2ray.exe`启动后请在任务管理器里结束任务退出。

其他的一些图形化工具：

1. Clash <https://github.com/Fndroid/clash_for_windows_pkg/releases> 备份[下载地址](https://drive.junyangz.com/share/dLWdwSAE), 密码为当前页面标题
2. v2rayN <https://github.com/2dust/v2rayN/releases>

{% hint style="info" %}
**Clash配置文件**导入：Profiles -> Download from a URL: `aHR0cHM6Ly9hc3NldC5qdW55YW5nei5jb20vcC9wdWJsaWMueW1s` (BASE64 DECODE)
{% endhint %}

## 浏览器使用

### Chrome浏览器

方法一：

让Chrome使用Socks5代理 常规设置下,貌似Chrome只能采用和IE一样的代理设置.其实也是可以支持socks5代理的.随意创建一枚Chrome的快捷方式,右键点击,打开”属性”，在”目标”后加上 `--proxy-server="SOCKS5://127.0.0.1:1080"` 注意最前面要有一个空格，1080则是socks5代理端口。修改完以后，如果有Chrome的实例在运行，务必保证所有实例退出以后双击此快捷方式方能生效

方法二： 下载这个插件拖到Chrome安装（下方的 CRX 安装包可用于 Chromium. 关于下载后如何安装，您可以谷歌一下，或者看看[这里](https://www.jianshu.com/p/bb51dc91b93a)怎么说。） <https://github.com/FelisCatus/SwitchyOmega/releases/download/v2.5.20/SwitchyOmega_Chromium.crx> 后面按照教程添加代理服务器（协议Protocol: socks5, 地址Server: 127.0.0.1 端口Port: 1080) 即可。[常见问题](https://github.com/FelisCatus/SwitchyOmega/wiki/%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98)

### Firefox

点菜单 -> 选项 -> 高级 -> 设置 -> 手动代理设置，在 SOCKS Host 填上 127.0.0.1，后面的 Port 填 1080，再勾上使用 SOCKS v5 时代理 DNS (这个勾选项在旧的版本里叫做远程 DNS)

如果使用的是其它的浏览器，请自行在网上搜一下怎么设置 SOCKS 代理。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.junyangz.com/share/way2outer.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
