Skip to content

add wifi ssid and ip based policy support for android and mac os#1796

Closed
deceiver404 wants to merge 2 commits into
chen08209:mainfrom
deceiver404:main
Closed

add wifi ssid and ip based policy support for android and mac os#1796
deceiver404 wants to merge 2 commits into
chen08209:mainfrom
deceiver404:main

Conversation

@deceiver404
Copy link
Copy Markdown

try to resolve the issue #1118
I've tested on mac os 26 and android 16

WiFi ssid policy

proxy-groups:
  - name: "proxyMedia"
    type: select
    proxies: [...]
    ssid-policy:
      "ip:192.168.10.": "home"       # matches 192.168.10.x (home)
      "ip:10.10.": "office"          # matches 10.10.x.x (office)
      "HomeWiFi": "DIRECT"           # SSID
      "cellular": "hk"               # mobile network
      "default": "auto"              # default rule

@deceiver404 deceiver404 closed this May 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants