Illumotion commited on
Commit
eda83f7
·
verified ·
1 Parent(s): 4b0a758

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +47 -0
config.json ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "log": {
3
+ "access": "/var/log/v2ray/access.log",
4
+ "error": "/var/log/v2ray/error.log",
5
+ "loglevel": "warning"
6
+ },
7
+ "inbounds": [{
8
+ "port": 7860,
9
+ "listen": "0.0.0.0",
10
+ "protocol": "vmess",
11
+ "settings": {
12
+ "clients": [
13
+ {
14
+ "id": "b3894d84-899f-44a2-9536-250799861fce",
15
+ "level": 1,
16
+ "alterId": 64
17
+ }
18
+ ]
19
+ },
20
+ "streamSettings": {
21
+ "network": "ws",
22
+ "wsSettings": {
23
+ "headers": {
24
+ "Host": "illumotion-handbrake.hf.space"
25
+ },
26
+ "path": "/"
27
+ }
28
+ }
29
+ }],
30
+ "outbounds": [{
31
+ "protocol": "freedom",
32
+ "settings": {}
33
+ },{
34
+ "protocol": "blackhole",
35
+ "settings": {},
36
+ "tag": "blocked"
37
+ }],
38
+ "routing": {
39
+ "rules": [
40
+ {
41
+ "type": "field",
42
+ "ip": ["geoip:private"],
43
+ "outboundTag": "blocked"
44
+ }
45
+ ]
46
+ }
47
+ }