建議在routing中的rules裡加入mute功能 #1943
rootmelo92118
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
我觉得从程序设计的角度来讲, 你这个需求即不好实现, 作用也有限. 对于你遇到的问题,我的建议是将日志经过过滤之后再查看,比如: |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
有些時候部分用戶可能會因為個人原因將某些特定類型的連線進行特殊的路由行為,但有時候這些紀錄是不被需要的,以我的情況來說, 我需要對於DNS請求特別處理, 雖然v2ray可以達到目的但是Log會變得非常的雜亂,如下圖:


嚴重一點的時候,可能會幾乎佔據整個顯示匡,如下圖:
期望的更動
加入
mute
變量,讓使用者決定該內容是否要出現於Log中。(未設置變量默認為false
)原配置:
新配置:
其他內容
其實具體來說我並不知道紀錄Log的觸發模塊是在路由時還是出站時, 也奈何本人能力有限(不會golang), 我很難從
v2ray-core
的源代碼中來驗證我的猜想, 如果他是在出站時觸發,也可以將mute
變量新增至outbounds
的出站配置中。Beta Was this translation helpful? Give feedback.
All reactions