Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] 自动选择模式下,屏蔽特定的几个节点 #527

Open
4 tasks done
dsfa4adswf48 opened this issue Feb 20, 2025 · 5 comments
Open
4 tasks done

[Feature] 自动选择模式下,屏蔽特定的几个节点 #527

dsfa4adswf48 opened this issue Feb 20, 2025 · 5 comments
Labels
enhancement New feature or request

Comments

@dsfa4adswf48
Copy link

Verify steps

  • 我已在标题简短的描述了我所需的功能
  • 我已在 Issue Tracker 中寻找过,但未找到我所需的功能
  • 这是向 GUI 程序提出的功能请求,而不是内核程序
  • 我未在最新的测试版本找到我所需的功能

操作系统

Windows

描述

平时使用claude和chatgpt比较多,这两个网站会屏蔽中国IP,所以只能用除香港以外的节点。
如果选择特定节点的话,有时候节点会失效,那么又需要手动选择其他节点。这样操作很麻烦。
若使用自动选择,则经常自动选择香港节点
在选择节点这个事情上花费太多时间,请问可以在“自动选择”模式下屏蔽指定节点吗?

Image

@mihomo-party-bot mihomo-party-bot bot added the enhancement New feature or request label Feb 20, 2025
@bingDai21
Copy link

用你的Ai写一个覆写脚本,就能解决了

Image

@PctAIGM
Copy link

PctAIGM commented Feb 21, 2025

+proxy-groups:
  - name: "NoHk"
    type: url-test
    icon: https://fastly.jsdelivr.net/gh/shindgewongxj/WHATSINStash@master/icon/urltest.png
    url: 'https://www.gstatic.com/generate_204'
    interval: 300
    tolerance: 150
    lazy: true
    include-all-proxies: true
    exclude-filter: "(?i)香港|hk|hongkong|hong kong"

+rules:
  - RULE-SET,OpenAI,NoHk

@dsfa4adswf48
Copy link
Author

+proxy-groups:
  - name: "NoHk"
    type: url-test
    icon: https://fastly.jsdelivr.net/gh/shindgewongxj/WHATSINStash@master/icon/urltest.png
    url: 'https://www.gstatic.com/generate_204'
    interval: 300
    tolerance: 150
    lazy: true
    include-all-proxies: true
    exclude-filter: "(?i)香港|hk|hongkong|hong kong"

+rules:
  - RULE-SET,OpenAI,NoHk

我试了一下你这份覆写规则,保存之后,在自动选择的模式下,访问 ChatGPT依旧失败(说明访问 chet GPT的节点还是香港),用 AI 写了一个覆写规则,保存之后也是依旧如此。
是否写入覆写规则以后,还需要做其他的操作步骤才能生效?
Image

@yiteei
Copy link
Contributor

yiteei commented Feb 22, 2025

@dsfa4adswf48 去屌你机场主

@PctAIGM
Copy link

PctAIGM commented Feb 24, 2025

Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants