Skip to content

Commit

Permalink
add clash config
Browse files Browse the repository at this point in the history
add clash config
  • Loading branch information
1a57danc3 authored Jul 9, 2021
1 parent 80ef5c7 commit 479d233
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,23 @@ Heroku上部署v2ray,可更改传输协议vmess和vless,默认是vmess传输
}
```

本地Clash客户端config.yaml文件配置:

```
- name: "HEROKU"
type: vmess
server: appname.herokuapp.com
port: 443
uuid: c95ef1d4-f3ac-4586-96e9-234a37dda068
alterId: 0
cipher: aes-128-gcm
udp: true
tls: true
#skip-cert-verify: true
servername: appname.herokuapp.com
network: ws
```

#### Workers反代

```
Expand Down

0 comments on commit 479d233

Please sign in to comment.