Skip to content

Instantly share code, notes, and snippets.

@luo3house
Created March 21, 2023 14:03
Show Gist options
  • Save luo3house/05dec1a35f86b6cb936422dde863c63e to your computer and use it in GitHub Desktop.
Save luo3house/05dec1a35f86b6cb936422dde863c63e to your computer and use it in GitHub Desktop.
Clash Proxy within AVD
port: 7890
socks-port: 7891
allow-lan: true
mode: Global
log-level: info
external-controller: 127.0.0.1:9090
# https://developer.android.com/studio/run/emulator-networking?hl=zh-cn#networkaddresses
proxies:
- {name: "AVD Host", desc: "(10.0.2.2)", server: 10.0.2.2, port: 7890, type: socks5 }
proxy-groups:
- name: Select Node
type: select
proxies:
- AVD Host
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment