Musixal / Backhaul

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

ارور های متوالی #40

Open alirezamobile99 opened 2 hours ago

alirezamobile99 commented 2 hours ago

وقت بخیر این ارور ها به چه علت هست ؟ err سمت سرور هست .

alirezamobile99 commented 2 hours ago

سمت کلاینت :

transport = "wsmux" # Protocol to use ("tcp", "tcpmux", or "ws", optional, default: "tcp"). token = "alireza" # Authentication token for secure communication (optional). keepalive_period = 75 # Interval in seconds to send keep-alive packets. (optional, default: 20 seconds) connection_pool = 256 nodelay = false # Use TCP_NODELAY (optional, default: false). retry_interval = 1 # Retry interval in seconds (optional, default: 1). dial_timeout = 10 mux_con = 8 mux_version = 1 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)

alirezamobile99 commented 2 hours ago

سمت سرور :

[server]# Local, IRAN bind_addr = "0.0.0.0:2096" # Address and port for the server to listen on (mandatory). transport = "wsmux" # Protocol to use ("tcp", "tcpmux", or "ws", optional, default: "tcp"). 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). heartbeat = 40 channel_size = 16384 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 = [ # Local to remote port mapping in this format LocalPort=RemotePort (mandatory). "1315", "86", ]