diff --git a/v2ray/data/etc/config.yaml b/v2ray/data/etc/config.yaml index 5b4164c..2958b10 100644 --- a/v2ray/data/etc/config.yaml +++ b/v2ray/data/etc/config.yaml @@ -2,23 +2,46 @@ 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 + - id: f97fdba2-603d-4f80-bc77-451662913e1a level: 1 alterId: 64 +# - port: 8838 +# protocol: shadowsocks +# settings: +# method: chacha20-ietf-poly1305 +# password: fagh6yieSh6T +# network: tcp,udp + outbounds: - protocol: freedom settings: {} - protocol: blackhole settings: {} tag: blocked +# - protocol: socks +# settings: +# servers: +# - address: 127.0.0.1 +# port: 1080 +# tag: proxy + routing: + domainStrategy: AsIs rules: - type: field ip: - geoip:private outboundTag: blocked +# - type: field +# domain: +# - geosite:tiktok +# - geosite:instagram +# - geosite:facebook +# - geosite:twitter +# outboundTag: proxy