Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Request to add very important features #54

Open
3 of 6 tasks
abbasnaqdi opened this issue Apr 7, 2022 · 10 comments
Open
3 of 6 tasks

Request to add very important features #54

abbasnaqdi opened this issue Apr 7, 2022 · 10 comments

Comments

@abbasnaqdi
Copy link

abbasnaqdi commented Apr 7, 2022

Hi, this client is amazing, consumes little resources and is great
Please support the following features:

  • Ability to sort servers based on ping time
  • Ability to delete servers that give timeout or errors
  • Ability to ignore certain specific domains (be customizable): I need to load a domain or specific domain without using VPN traffic, for example, I need all Google sites without using VPN (*.google.com).
  • Ability to display (only in menu bar) and not display in the dock on macOS
  • Ability to activate multiple profiles together
  • Ability to test based on URL along with ping test option: Some servers give Ping, but they do not actually transfer data, so there is no need to add another option to test to the app to solve this issue, for example, the user can set Google.com or any other URL and the URL Tested by all clash servers and if any server has the ability to load this URL, display a response time.

Thanks to the developers of this project

@zzzgydi
Copy link
Owner

zzzgydi commented Apr 7, 2022

Hi, thanks for your advice!

  1. todo
  2. you can use the filter condition, check all, click the filter icon and then enter delay<error, this will filter all error servers
  3. maybe this can also use the filter condition
  4. need research
  5. one profile corresponds to one clash process, so this (multiple profiles together) will not be supported. But you can use the merge/script profiles to process the activated profile, these will generate the final profile (during runtime) in some ways. Doc here but only in Chinese now
  6. I don't understand this, could you show more details

@abbasnaqdi
Copy link
Author

abbasnaqdi commented Apr 7, 2022

I'll make more details:

  • 3 Ignoring a specific domain means: I need to load a domain or specific domain without using VPN traffic, for example, I need all Google sites without using VPN (*.google.com).

  • 6 Some servers give Ping, but they do not actually transfer data, so there is no need to add another option to test to the app to solve this issue, for example, the user can set Google.com or any other URL and the URL Tested by all clash servers and if any server has the ability to load this URL, display a response time.

@zzzgydi
Copy link
Owner

zzzgydi commented Apr 7, 2022

OK, get it.

  • 3, there are two ways to achieve it. 1. if you use the System Proxy, you can append *.google.com to the System Proxy Bypass. 2. Or you can set the rule on the profile, rules: DOMAIN-SUFFIX,google.com,DIRECT, see here for details
  • 6, this means that allow users to set the target url to test server. Did I understand correctly?

@abbasnaqdi
Copy link
Author

this means that allow users to set the target url to test server. Did I understand correctly?

  • Yes, this confirms the data is properly transmitted (can also be used to find the fastest servers)

@zzzgydi
Copy link
Owner

zzzgydi commented Apr 13, 2022

Hi, new version(v0.0.29) is available now. Supports sort the proxy node(servers) based on delay time. And supports set the test url for each proxy-groups.

@abbasnaqdi
Copy link
Author

Hi, I downloaded version 0.0.29 and tested it on Linux (‍‍Ubuntu) and macOS version 12.
There are only a few issues that, if resolved, will be useful in the evolution of the project

  • Various settings and situations such as URL test, filter, etc. are not saved, so closing and then opening the application, we have to set the URL or filters again, which is not interesting, and it is better to save them.

  • A good idea is to mix the URL test with a ping test, or mix the two together in sorting to find the most suitable server for the user. (The most suitable server means that both the server itself is fast and has a faster ping for the user)

  • An important bug: In the macOS version, when the software is closed, the Internet of the entire operating system crashes, the reason for this bug is that the system proxies do not return to the previous state, this problem was not observed on Linux.

This software has a good and bright future.
Thank you for contributing to the open source community and the freedom of the Internet.

@zzzgydi
Copy link
Owner

zzzgydi commented Apr 13, 2022

First of all, thank you for your feedback.

  • save the test url and filter is better, I think so.
  • the app is based on Dreamacro/clash. And the clash core do not support ping test, only url test. I can not get each proxy's server field by api either. So it is hard to achieve unless I parse the clash config too. There is a way but I need to consider if necessary.
  • Yes, it is a bug.

Thanks a lot!

@zzzgydi
Copy link
Owner

zzzgydi commented Apr 26, 2022

An important bug: In the macOS version, when the software is closed, the Internet of the entire operating system crashes, the reason for this bug is that the system proxies do not return to the previous state, this problem was not observed on Linux.

Hi friend, I fix the bug you mentioned, you can update to version 1.0.0.

@abbasnaqdi
Copy link
Author

Hi, the problem is fixed thanks.

@zzzgydi
Copy link
Owner

zzzgydi commented Jun 20, 2022

Various settings and situations such as URL test, filter, etc. are not saved, so closing and then opening the application, we have to set the URL or filters again, which is not interesting, and it is better to save them.

Hi, Version 1.0.3 implements this feature now.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants