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

Version 3.4.1 feedback #393

Open
yichya opened this issue Feb 23, 2024 · 6 comments
Open

Version 3.4.1 feedback #393

yichya opened this issue Feb 23, 2024 · 6 comments

Comments

@yichya
Copy link
Owner

yichya commented Feb 23, 2024

This patch version addresses the following issues:

  • SOCKS5 / HTTP outbound authentication
  • server hostname resolution validations (to enable usage of other DNS protocols like DoH. Be careful of possible recursion especially when using non-direct methods)

image

This version is the last patch version before 4.0.0, so remind that again: keep in mind of the following deprecated features that will be removed in the next version:

  • Custom Configurations (not really useful; use Custom Configuration Hook instead)
  • Global SOCKS5 / HTTP inbound (for security concerns; use Extra Inbounds instead)

Current implementation of sniffing is also deprecated and may be reimplemented later. To avoid problems when upgrading, migrating to FakeDNS is strongly recommended.

@yichya yichya pinned this issue Feb 23, 2024
@ghggn
Copy link

ghggn commented Apr 15, 2024

安装3.4.1后 zerotier无法正常使用
以前在2.*时zerotier能正常使用
进入3.*后就不行了 包括之前的3.1.1 3.3等
会不会是防火墙规则有冲突 ?

@ghggn
Copy link

ghggn commented Apr 15, 2024

我好像把zerotier的虚拟网卡 添加到透明代理设备列表里之后就好了
虽然不知道什么原理 但好像真的好了

@ghggn
Copy link

ghggn commented Apr 16, 2024

一觉醒来后 又不行了 然后我关了UDP代理 又好了

@ptipti23
Copy link

I have a few suggestions, if they are relevant

  1. "Outbound Routing" section
    Is it possible to add the opposite effect to the GeoIP rules? At the moment, as I understand it, Xray only ignores the specified connections. Is it possible to do the opposite: So that Xray only processes the values ​​​​specified here?

At the moment, it is possible to add only IP addresses for additional exceptions. Is it possible to add domain names as well?

  1. "DNS" section
    Add the ability to use addresses from the provider? At the moment, you can only specify them manually.

  2. The lost section "Skip Bittorrent". In fact, a very useful function for many reasons.

  3. Importing addresses via a link. This feature is implemented in many similar programs for other platforms. It is clear that for an ordinary user this is very convenient, but for a programmer it is additional work.

In all other respects, this is the most functional and simple application at the moment, I want it to become the best!

@yichya
Copy link
Owner Author

yichya commented Nov 22, 2024

Is it possible to add the opposite effect to the GeoIP rules? At the moment, as I understand it, Xray only ignores the specified connections. Is it possible to do the opposite: So that Xray only processes the values ​​​​specified here?

In most cases "block list only" mode for GeoIP does not work well so it is not planned.

At the moment, it is possible to add only IP addresses for additional exceptions. Is it possible to add domain names as well?

Use FakeDNS.

Add the ability to use addresses from the provider? At the moment, you can only specify them manually.

  • It is difficult to get ISP DNS configurations and update luci-app-xray settings on the fly
  • It does not change so often. If you know one, just fill it there; otherwise just choose a public one like 8.8.8.8

The lost section "Skip Bittorrent". In fact, a very useful function for many reasons.

Personally I don't think it 'very useful' for client side use cases, but you can still find it in preview app. If there's very strong need of this option I'll move it back to main app later (add a 🚀 reaction to this comment if you need this).

image

Importing addresses via a link. This feature is implemented in many similar programs for other platforms. It is clear that for an ordinary user this is very convenient, but for a programmer it is additional work.

I don't use subscription links personally and I have no idea how to implement this feature well. Pull requests welcome.

@ptipti23
Copy link

There is another suggestion, if possible, to make support for i18 translations, if it is needed

@yichya yichya unpinned this issue Nov 25, 2024
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

No branches or pull requests

3 participants