lor1ant

Untitled

Aug 3rd, 2025
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 1.29 KB | None | 0 0
  1. mixed-port: 7897
  2. allow-lan: false
  3. mode: rule
  4. log-level: warning
  5. ipv6: true
  6. unified-delay: true
  7. external-controller: 127.0.0.1:9097
  8. secret: set-your-secret
  9.  
  10. tun:
  11.   enable: false
  12.   stack: gvisor
  13.   auto-route: true
  14.   strict-route: false
  15.   auto-detect-interface: true
  16.   dns-hijack:
  17.     - any:53
  18.  
  19. profile:
  20.   store-selected: true
  21.  
  22. external-controller-cors:
  23.   allow-private-network: true
  24.   allow-origins:
  25.     - tauri://localhost
  26.     - http://tauri.localhost
  27.     - https://yacd.metacubex.one
  28.     - https://metacubex.github.io
  29.     - https://board.zash.run.place
  30.  
  31. proxies:
  32.   - name: "wow-hnz9razg"
  33.     type: vless
  34.     server: 95.164.123.161
  35.     port: 443
  36.     uuid: 272aa920-6073-4ac1-b308-5f48709fd968
  37.     network: tcp
  38.     flow: xtls-rprx-vision
  39.     packet-encoding: xudp
  40.     tls: true
  41.     reality-opts:
  42.       public-key: HfYQL496ydmWNQiU-O1WqTpY6ybQDfQlKbwF92q56CI
  43.       short-id: eee70d64
  44.       server-name: github.com
  45.     udp: true
  46.     client-fingerprint: chrome
  47.  
  48. proxy-groups:
  49.   - name: "AUTO"
  50.     type: select
  51.     proxies:
  52.       - wow-hnz9razg
  53.       - DIRECT
  54.  
  55. rules:
  56.   - DOMAIN-SUFFIX,ru,DIRECT
  57.   - DOMAIN-KEYWORD,youtube,DIRECT
  58.   - DOMAIN-SUFFIX,steamcontent.com,DIRECT
  59.   - DOMAIN-SUFFIX,steampowered.com,DIRECT
  60.   - DOMAIN-SUFFIX,github.com,DIRECT
  61.   - MATCH,AUTO
  62.  
Advertisement
Add Comment
Please, Sign In to add comment