port: 7890
allow-lan: true
mode: rule
log-level: info
proxies:
- name: singbox-vless-ws
  type: vless
  server: singbox.88988025.xyz
  port: 443
  uuid: 4d00230c-be16-40e0-bad1-0df32472adac
  network: ws
  udp: true
  tls: true
  servername: singbox.88988025.xyz
  ws-opts:
    path: /vlessws
    headers:
      Host: singbox.88988025.xyz
- name: singbox-vmess-ws
  type: vmess
  server: singbox.88988025.xyz
  port: 443
  uuid: 4d00230c-be16-40e0-bad1-0df32472adac
  alterId: 0
  cipher: auto
  udp: true
  tls: true
  servername: singbox.88988025.xyz
  network: ws
  ws-opts:
    path: /vmessws
    headers:
      Host: singbox.88988025.xyz
- name: singbox-hy2
  type: hysteria2
  server: singbox.88988025.xyz
  port: 41360
  password: 4d00230c-be16-40e0-bad1-0df32472adac
  sni: singbox.88988025.xyz
  skip-cert-verify: false
- name: singbox-tuic
  type: tuic
  server: singbox.88988025.xyz
  port: 25925
  uuid: 4d00230c-be16-40e0-bad1-0df32472adac
  password: 4d00230c-be16-40e0-bad1-0df32472adac
  alpn: [h3]
  sni: singbox.88988025.xyz
  skip-cert-verify: false
- name: singbox-anytls
  type: anytls
  server: singbox.88988025.xyz
  port: 13230
  password: 4d00230c-be16-40e0-bad1-0df32472adac
  client-fingerprint: chrome
  sni: singbox.88988025.xyz
  skip-cert-verify: false
proxy-groups:
- name: PROXY
  type: select
  proxies:
    - singbox-vless-ws
    - singbox-vmess-ws
    - singbox-hy2
    - singbox-tuic
    - singbox-anytls
    - DIRECT
rules:
  - GEOIP,LAN,DIRECT
  - GEOSITE,CN,DIRECT
  - GEOIP,CN,DIRECT
  - MATCH,PROXY
