Compare commits

...

3 Commits

Author SHA1 Message Date
Loyalsoldier
67b3167659 Chore: bump actions/setup-go from 3 to 4 2023-03-17 23:23:45 +08:00
chshouyu
03b709e5ac Docs: use jsonc for json syntax highlighting in markdown (#259) 2023-02-06 04:31:44 +08:00
Loyalsoldier
4e03d6b1ea Docs: add configuration incompatibility notice for v2ray
between v2ray v4 and v5.
2023-01-28 14:50:08 +08:00
2 changed files with 10 additions and 10 deletions

View File

@@ -12,11 +12,6 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Setup Go 1.x.y
uses: actions/setup-go@v3
with:
go-version: ^1.18
- name: Set variables
run: |
echo "RELEASE_NAME=Released on $(date +%Y%m%d%H%M)" >> $GITHUB_ENV
@@ -59,6 +54,11 @@ jobs:
repository: cokebar/gfwlist2dnsmasq
path: gfwlist2dnsmasq
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version-file: ./custom/go.mod
- name: Get geoip.dat relative files
run: |
wget https://github.com/Loyalsoldier/geoip/raw/release/geoip.dat

View File

@@ -93,12 +93,12 @@
**使用方式**
1. 安装适用于自己操作系统的客户端(推荐 [V2Ray 客户端](https://www.v2fly.org/awesome/tools.html#%E7%AC%AC%E4%B8%89%E6%96%B9%E5%9B%BE%E5%BD%A2%E5%AE%A2%E6%88%B7%E7%AB%AF)
1. 安装适用于自己操作系统的客户端
2. 下载本项目的 `geoip.dat``geosite.dat`
3. 把下载下来的 `geoip.dat``geosite.dat` 放入到客户端的规则文件目录,替换掉原来的 `geoip.dat``geosite.dat`
4. 如果使用的是 V2Ray 客户端,配置可参考下面 👇👇👇
4. 如果使用的是 V2Ray v4 版本客户端,配置可参考下面 👇👇👇
## 参考配置
## 参考配置(仅适用于 V2Ray v4 版本)
### geoip.dat
@@ -268,7 +268,7 @@ steamstatic.com.8686c.com @cn
}
```
### 自用 V2Ray 客户端配置(仅供参考,请根据自身需求酌情修改
### 自用 V2Ray v4 版本客户端配置(不适用于 V2Ray v5 及更新的版本
注意事项:
@@ -278,7 +278,7 @@ steamstatic.com.8686c.com @cn
- 最后,不命中任何路由规则的请求和流量,统统走代理
- `outbounds` 里的第一个大括号内的配置,即为 V2Ray 代理服务的配置。请根据自身需求进行修改,并参照 V2Ray 官网配置文档中的 [配置 > Outbounds > OutboundObject](https://www.v2fly.org/config/outbounds.html#outboundobject) 部分进行补全
```json
```jsonc
{
"log": {
"loglevel": "warning"