radkesvat / WaterWall

WaterWall is an unidentifiable mechanism for bypassing GFW. This includes the new trojan protocol, explains its underlying ideas, and provides a guide to it.
Mozilla Public License 2.0
419 stars 41 forks source link

Waterwall multi port #161

Open id1nxd opened 3 months ago

id1nxd commented 3 months ago

سلام روزت بخیر علیرضا تونل واتروال نمیشه مولتی پورت زد

2024-08-12 08:08:59.804 FATAL JSON Error: TcpConnector->settings->port (number field) : The vaule was empty or invalid 2024-08-12 08:08:59.804 FATAL NodeManager: node startup failure: node ("output") create() returned NULL handle این ارور چجوری میده؟

radkesvat commented 3 months ago

توی json پورت رو احتمالا "443" دادید ؛ باید عدد خالی بدید 443 بدون "

id1nxd commented 3 months ago

kharej

{ "name": "simple_multiport_hd_server", "nodes": [ { "name": "input", "type": "TcpListener", "settings": { "address": "0.0.0.0", "port": 443, "nodelay": true }, "next": "halfs" }, { "name": "halfs", "type": "HalfDuplexServer", "settings": {}, "next": "port_header" }, { "name": "port_header", "type": "HeaderServer", "settings": { "override": "dest_context->port" }, "next": "output" }, { "name": "output", "type": "TcpConnector", "settings": { "nodelay": true, "address": "127.0.0.1", "port": [4285,6896] } } ] }

iran

{ "name": "simple_multiport_hd_client", "nodes": [ { "name": "input", "type": "TcpListener", "settings": { "address": "0.0.0.0", "port": [4285,6896], "nodelay": true }, "next": "port_header" }, { "name": "port_header", "type": "HeaderClient", "settings": { "data": "src_context->port" }, "next": "halfc" }, { "name": "halfc", "type": "HalfDuplexClient", "next": "output" }, { "name": "output", "type": "TcpConnector", "settings": { "nodelay": true, "address": "1.1.1.1", "port": 443 } } ] }

من متوجه نشدم هیچ کدوم داخل " نیست. و این کانفیگ های سرورم هست