us254
us254
> Bro 3x-ui is a user interface for xray-core, 3x-ui can do nothing for you your ideas are weird too, did you copy pasted from chatgpt? > > > "cipherSuites":...
```mermaid graph TD; ICB{{"Is the server configured with ignoreClientBandwidth: true?"}} -- "Yes" --> BBR[/"Use BBR"/]; ICB -- "No" --> C_has_BW; C_has_BW{{"Is the client configured with bandwidth?"}} -- "No" --> BBR;...
``` "inbounds": [ { "port": 80, "protocol": "vmess", "settings": { "clients": [ { "id": "46f0879c-c6ed-4182-90b7-8e8337dc8089", "alterId": 0, "level": 8 } ] }, "streamSettings": { "network": "ws", "wsSettings": { "path": "/vmess"...
> where's the core that we can test ? The pull request is currently under review and is not yet merged into the main codebase.
```json { "log": { "loglevel": "warning" }, "dns": { "hosts": { "geosite:category-ads-all": "127.0.0.1" }, "servers": [ "1.1.1.3" ], "queryStrategy": "UseIPv4" }, "routing": { "domainStrategy": "AsIs", "rules": [ { "type": "field",...
```json "routing": { "balancers": [ { "tag": "balancer", "selector": [ "proxy1", "proxy2", "proxy3" ], "strategy": { "type": "leastPing" }, "fallbackTag": "proxy1" // Set the fallbackTag to one of your outbound...
Have you tried searching for a solution or raising an issue within the X-UI project's repository? You might find more relevant support there."
This could be due to **incorrect buffer management,** such as overflows, underflows, or improper use of the buffer when encrypting/decrypting data, which could result in SSL/TLS handshake failures. [common/buf/buffer.go:](url) ```go...
https://xtls.github.io/config/transports/tcp.html Based on the outlined capabilities of Xray, specifically its feature set related to TCP transmission mode and HTTP masquerading configuration, it appears that the requested feature enhancement is already...
direct tweaking of HTTP headers might not significantly influence or improve operational efficacy or security in most typical public network scenarios. This could be attributed to the fact that HTTP...