Bug Report: Marzban v0.5.2 Warp + stop working #1135
maysamgamini
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm using the latest Marzban v 0.5.2
The Warp + enabled connections return operation time out. but the rest of the connections works great
Core settings:
outbound:
{
"tag": "warp",
"protocol": "wireguard",
"settings": {
"secretKey": "xxxxxxxxxxxxxxxxxxxxxxx",
"DNS": " 1.1.1.1, 1.0.0.1, 2606:4700:4700::1111, 2606:4700:4700::1001",
"address": [
"172.16.0.2/32",
"2606:4700:110:8972:cd46:21e4:958a:daa9/128"
],
"peers": [
{
"publicKey": "bmXOC+F1FxEMF9dyiK2H5/1SUtzH0JuVo51h2wPfgyo=",
"endpoint": "engage.cloudflareclient.com:2408"
}
],
"mtu": 1280,
"kernelMode": false
}
}
route:
{
"type": "field",
"outboundTag": "warp",
"network": "tcp,udp",
"inboundTag": [
"warp"
]
}
it stops working all of a sudden and it needs me to run Marzban Restart to make it work again.
it's not SSL/TLS handshake issue, I looked at the Haproxy logs, everything is working
the service is not down, I don't know anything about repro steps, will keep you guys posted when it happened again, I'll look inside the logs inside the marzban container when it happened again. I set the log level to debug, will see how it goes
Beta Was this translation helpful? Give feedback.
All reactions