mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-21 13:23:02 +01:00
update v2ray
This commit is contained in:
@@ -1,39 +0,0 @@
|
||||
{
|
||||
"inbounds": [
|
||||
{
|
||||
"port": 10086,
|
||||
"protocol": "vmess",
|
||||
"settings": {
|
||||
"clients": [
|
||||
{
|
||||
"id": "23ad6b10-8d1a-40f7-8ad0-e3e35cd38297",
|
||||
"level": 1,
|
||||
"alterId": 64
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
],
|
||||
"outbounds": [
|
||||
{
|
||||
"protocol": "freedom",
|
||||
"settings": {}
|
||||
},
|
||||
{
|
||||
"protocol": "blackhole",
|
||||
"settings": {},
|
||||
"tag": "blocked"
|
||||
}
|
||||
],
|
||||
"routing": {
|
||||
"rules": [
|
||||
{
|
||||
"type": "field",
|
||||
"ip": [
|
||||
"geoip:private"
|
||||
],
|
||||
"outboundTag": "blocked"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
24
v2ray/data/etc/config.yaml
Normal file
24
v2ray/data/etc/config.yaml
Normal file
@@ -0,0 +1,24 @@
|
||||
log:
|
||||
access: /var/log/v2ray/access.log
|
||||
error: /var/log/v2ray/error.log
|
||||
loglevel: warning
|
||||
inbounds:
|
||||
- port: 10086
|
||||
protocol: vmess
|
||||
settings:
|
||||
clients:
|
||||
- id: 23ad6b10-8d1a-40f7-8ad0-e3e35cd38297
|
||||
level: 1
|
||||
alterId: 64
|
||||
outbounds:
|
||||
- protocol: freedom
|
||||
settings: {}
|
||||
- protocol: blackhole
|
||||
settings: {}
|
||||
tag: blocked
|
||||
routing:
|
||||
rules:
|
||||
- type: field
|
||||
ip:
|
||||
- geoip:private
|
||||
outboundTag: blocked
|
||||
0
v2ray/data/log/.gitkeep
Normal file
0
v2ray/data/log/.gitkeep
Normal file
Reference in New Issue
Block a user