Compare commits

...

2 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
2 changed files with 6 additions and 6 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

@@ -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"