-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add content src/site/notes/submodules/pve/openwrt/openclash/openclash…
…配置说明.md
- Loading branch information
1 parent
5623b6d
commit 8dad699
Showing
1 changed file
with
28 additions
and
0 deletions.
There are no files selected for viewing
28 changes: 28 additions & 0 deletions
28
src/site/notes/submodules/pve/openwrt/openclash/openclash配置说明.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
--- | ||
{"dg-publish":true,"permalink":"/submodules/pve/openwrt/openclash/openclash配置说明/","noteIcon":"3"} | ||
--- | ||
|
||
#clash | ||
|
||
### 1.域名指定使用节点 | ||
As I wanna use new bing's chat AI in clash rule mode(it work in clash global mode), I need to overwrite clash default rule mode to make bing.com does not go to cn.bing.com. | ||
go to openclash and download clash rule file | ||
![Pasted image 20230711215316.png|90%](/img/user/submodules/pve/pics/Pasted%20image%2020230711215316.png) | ||
|
||
we can see all the aviable proxy node | ||
![Pasted image 20230711215607.png|90%](/img/user/submodules/pve/pics/Pasted%20image%2020230711215607.png) | ||
|
||
use one node where bing is not blocked | ||
![Pasted image 20230711215746.png|90%](/img/user/submodules/pve/pics/Pasted%20image%2020230711215746.png) | ||
click apply setting. | ||
now go into clash yacd web and check if the new rule is working | ||
![Pasted image 20230711215915.png|100%](/img/user/submodules/pve/pics/Pasted%20image%2020230711215915.png) | ||
|
||
|
||
now I can use bing's chat AI | ||
![Pasted image 20230711220000.png|100%](/img/user/submodules/pve/pics/Pasted%20image%2020230711220000.png) | ||
|
||
|
||
### 2.域名不走代理 | ||
连上开启openclash的路由器wifi之后bilibili没法登录,可能是使用了错误代理之类导致的,在openclash的config manger设置界面可以添加一个rule,将域名包含bilibili.com的都直接走DIRECT,即不走代理 | ||
![Pasted image 20241214190107.png](/img/user/submodules/pve/openwrt/openclash/attachments/Pasted%20image%2020241214190107.png) |