2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-21 21:33:02 +01:00
This commit is contained in:
kev
2024-05-13 15:00:38 +08:00
parent 9019ea0cff
commit 7d225a8f8e

View File

@@ -2,23 +2,46 @@ log:
access: /var/log/v2ray/access.log access: /var/log/v2ray/access.log
error: /var/log/v2ray/error.log error: /var/log/v2ray/error.log
loglevel: warning loglevel: warning
inbounds: inbounds:
- port: 10086 - port: 10086
protocol: vmess protocol: vmess
settings: settings:
clients: clients:
- id: 23ad6b10-8d1a-40f7-8ad0-e3e35cd38297 - id: f97fdba2-603d-4f80-bc77-451662913e1a
level: 1 level: 1
alterId: 64 alterId: 64
# - port: 8838
# protocol: shadowsocks
# settings:
# method: chacha20-ietf-poly1305
# password: fagh6yieSh6T
# network: tcp,udp
outbounds: outbounds:
- protocol: freedom - protocol: freedom
settings: {} settings: {}
- protocol: blackhole - protocol: blackhole
settings: {} settings: {}
tag: blocked tag: blocked
# - protocol: socks
# settings:
# servers:
# - address: 127.0.0.1
# port: 1080
# tag: proxy
routing: routing:
domainStrategy: AsIs
rules: rules:
- type: field - type: field
ip: ip:
- geoip:private - geoip:private
outboundTag: blocked outboundTag: blocked
# - type: field
# domain:
# - geosite:tiktok
# - geosite:instagram
# - geosite:facebook
# - geosite:twitter
# outboundTag: proxy