zhepama commited on
Commit
a8ef494
·
verified ·
1 Parent(s): bd975a9

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +28 -0
config.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "inbounds": [
3
+ {
4
+ "port": "7860",
5
+ "protocol": "vmess",
6
+ "tag": "external",
7
+ "settings": {
8
+ "clients": [
9
+ {
10
+ "id": "env:UUID",
11
+ "alterId": 0
12
+ }
13
+ ]
14
+ },
15
+ "streamSettings": {
16
+ "network": "ws",
17
+ "wsSettings": {
18
+ "path": "/ws"
19
+ }
20
+ }
21
+ }
22
+ ],
23
+ "outbounds": [
24
+ {
25
+ "protocol": "freedom"
26
+ }
27
+ ]
28
+ }