Skip to content

Instantly share code, notes, and snippets.

@jliu4942
Created May 6, 2025 09:22
Show Gist options
  • Save jliu4942/609c9449b861fd5c78551c7e2c6f6086 to your computer and use it in GitHub Desktop.
Save jliu4942/609c9449b861fd5c78551c7e2c6f6086 to your computer and use it in GitHub Desktop.
Stellarise,clash,yaml
mixed-port: 7890
allow-lan: true
mode: Rule
log-level: info
external-controller: 127.0.0.1:9090
dns:
enable: true
listen: 0.0.0.0:53
enhanced-mode: fake-ip
nameservers:
- 223.5.5.5
- 8.8.8.8
fallback:
- 1.1.1.1
- 8.8.4.4
proxies:
- name: VPS-VMess
type: vmess
server: 134.199.147.27
port: 36972
uuid: 01ffe0ab-3547-4fb5-f2c9-90d90d9d9154
alterId: 0
cipher: auto
tls: false
- name: Socks5-AU
type: socks5
server: 178.210.241.224
port: 11324
username: stellariseau1
password: B11223344
- name: Socks5-KR
type: socks5
server: 175.29.27.90
port: 11324
username: 14a23116f4700
password: 2df7ed77a9
proxy-groups:
- name: Proxy-Residential
type: relay
proxies:
- VPS-VMess
- Socks5-AU
- name: Proxy-VPS
type: select
proxies:
- VPS-VMess
- name: Final
type: select
proxies:
- Proxy-Residential
- Proxy-VPS
- DIRECT
rules:
- DOMAIN-SUFFIX,tiktokcdn.com,Proxy-Residential
- DOMAIN-SUFFIX,tiktokv.com,Proxy-Residential
- DOMAIN-KEYWORD,tiktok,Proxy-Residential
- DOMAIN-SUFFIX,netflix.com,Proxy-Residential
- DOMAIN-KEYWORD,netflix,Proxy-Residential
- DOMAIN-SUFFIX,weixin.qq.com,DIRECT
- DOMAIN-SUFFIX,qq.com,DIRECT
- DOMAIN-SUFFIX,zhihu.com,DIRECT
- DOMAIN-SUFFIX,bilibili.com,DIRECT
- DOMAIN-SUFFIX,baidu.com,DIRECT
- DOMAIN-SUFFIX,taobao.com,DIRECT
- GEOIP,CN,DIRECT
- MATCH,Final
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment