fodhelper
fodhelper
Good idea, I also like to play with handshake, connIdle and bufferSize options
seems like rate limit of telegram api
maybe should change https://github.com/Gozargah/Marzban/blob/b2ad111eaf7d802e9c747ff34710a407ba3d3319/app/telegram/handlers/report.py#L25-L26 to ``` except Exception as e: logger.error(e) ``` to see what the error is?
I guess the problem could be this https://github.com/Gozargah/Marzban/blob/1949717c0a622c20705f998e8e609263d660b269/app/utils/system.py#L119 It's a global variable, it can cause problems for urllib3 ipv6 connections (used in pyTelegramBotAPI too) I have changed it in https://github.com/Gozargah/Marzban/pull/915...
xray quic server and client config : ``` "streamSettings": { "network": "quic", "quicSettings": { "security": "chacha20-poly1305", "key": "abcdefg123", "header": { "type": "dtls" } }, "security": "none" } ``` https://xtls.github.io/en/config/transports/quic.html >...
Hello @M03ED ``` { "tag": "quic-sample-01", "listen": "0.0.0.0", "port": 8010, "protocol": "vmess", "settings": { "clients": [] }, "streamSettings": { "network": "quic", "quicSettings": { "security": "none", "key": "", "header": { "type":...
ShadowSocks + 2022 Encryptions = ShadowSocks2022 And it's not supported by Marzban yet > https://github.com/Gozargah/Marzban/issues/329 Why do you even want to use ShadowSocks of Xray-core, it's useless, no plugin support,...
gRPC is changes in latest versions of Xray-core, check this : https://github.com/XTLS/Xray-core/pull/1815 There is 3 different type of gRPC server configs : gRPC Gun (Supported on all clients) gRPC Multi...
network 'gun' and network 'grpc' are same thing, one transport with multiple aliases
Please revert "feat: support gRPC Custom Path", it's wrong We must check if path is started with "/" or not If it's not started with "/" then we must send...