Musixal / Backhaul

Lightning-fast reverse tunneling solution for NAT traversal, optimized for handling massive concurrent connections with tcp, tcpmux, ws, wsmux, wss and wssmux support.
https://gozar_xray.t.me
GNU Affero General Public License v3.0
199 stars 34 forks source link

ریستارت شدن سرویس از سمت سرور هر پنج دقیقه #34

Open alirezamobile99 opened 2 hours ago

alirezamobile99 commented 2 hours ago

backhaul وقت بخیر من روی چند تا سرور بکهال دارم و روی همشون این مشکل رو دارم که تند تند دارن ریست میشن از سمت سرور نسخه : 0.4.5

alirezamobile99 commented 2 hours ago

تنظیمات سرویس :

[Unit] Description=Backhaul Reverse Tunnel Service After=network.target

[Service] Type=simple ExecStart=/root/newbackhaul/./backhaul -c /root/newbackhaul/server1010.toml Restart=always RestartSec=3 LimitNOFILE=1048576

[Install] WantedBy=multi-user.target

alirezamobile99 commented 2 hours ago

تنظیمات فایل toml سرور

bind_addr = "0.0.0.0:5050" # Address and port for the server to listen on (mandatory). transport = "wsmux" # Protocol to use ("tcp", "tcpmux", "ws", "wss", "wsmux", "wssmux". mandatory). token = "alireza" # Authentication token for secure communication (optional). keepalive_period = 75 # Interval in seconds to send keep-alive packets.(optional, default: 20 seconds) nodelay = false # Enable TCP_NODELAY (optional, default: false). channel_size = 8192 heartbeat = 40 mux_con = 8 mux_version = 1 # TCPMux protocol version (1 or 2). Version 2 may have extra features. (optional) mux_framesize = 32768 # 32 KB. The maximum size of a frame that can be sent over a connection. (optional) mux_recievebuffer = 4194304 # 4 MB. The maximum buffer size for incoming data per connection. (optional) mux_streambuffer = 65536 # 256 KB. The maximum buffer size per individual stream within a connection. (optional)

ports = [ "85", "2086", ]

alirezamobile99 commented 2 hours ago

حتی سرور ایران یکبار تغییر کرد ولی باز فرقی نکرده یکبار هم شماره پورت تغییر کرده ولی فرقی نکرد

alirezamobile99 commented 2 hours ago

روی نسخه های قبلی بکهال هم مشکل داشتم