# Clash Meta 配置文件 — VLESS+REALITY
port: 7890
socks-port: 7891
allow-lan: true
mode: Rule
log-level: info

proxies:
  - name: "REALITY"
    type: vless
    server: 43.163.242.2
    port: 443
    uuid: c8ed92a0-b919-4713-ac03-8d81f680a17d
    network: tcp
    udp: true
    tls: true
    flow: xtls-rprx-vision
    client-fingerprint: chrome
    servername: www.microsoft.com
    reality-opts:
      public-key: VM9k6gP3T-RTkL7pgXHkaVcQ8QCLaRx-m2VDhatI_E4
      short-id: 03ad1764181386f6

proxy-groups:
  - name: "🔰 代理"
    type: select
    proxies:
      - REALITY
      - DIRECT

rules:
  - GEOIP,CN,DIRECT
  - MATCH,🔰 代理
