-
-
Notifications
You must be signed in to change notification settings - Fork 488
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
Missing Xray's advanced settings #1017
Comments
Dear @Arash88 , X-UI is not going to provide all the features of xray-core. Regarding features:
IMHO we should have a balance between providing all options and simplifying usage. |
Thanks a lot for responding, dadashi Best regards bro. |
I will keep it in my mind. |
It seems that the documentation is outdated: |
@pulsarice I will try to deploy it for next version. |
Thanks again @alireza0 joon, |
AFAIK it only affects the config links generated for users. for example, I access my panel using this URI: domain.name:port/panel. I actually use another domain for connections from cloudflare CDN. if I don't fill external proxy, all user configs will use panel's domain.name to access the server. I add external proxies to mitigate that. (entering CDN domain name in external proxy). you can also enter additional clean IPs to be added your configs using "external proxy". |
DNS new strategies and outbound sockopt is now added to x-ui and will be available in next version. |
Some other missing features for freedom outbound that i noticed: When i try to add this settings with "Add outbound with json" feature, they will be removed from final configuration and won't be saved. The only way i found to add them is through xray template. |
+1 sockopt -> "dialerProxy" Anyway thanks @alireza0 jan |
@MK0ltra @Arash88 |
Thanks a lot for your suggestions. |
Hi @alireza0 jan,
Some extra parameters make PBR, Chain proxying, TCP optimization, etc a lot easier and are currently missing in X-UI panels.
For Outbounds:
Mux and Fragmentation settings.
UseIPv4v6 and UseIPv6v4 as domain strategies.
For both inbounds and outbounds objects in X-UI:
TLSObject -> disableSystemRoot
and:
SockoptObject ->
"domainStrategy"
"dialerProxy"
"tcpKeepAliveInterval"
"tcpcongestion"
"interface"
"tcpMptcp"
"tcpNoDelay"
The text was updated successfully, but these errors were encountered: