TxThinking
TxThinking
新版可以使用 script,示例:https://github.com/txthinking/brook/blob/master/programmable/server/example.tengo#L61 相比较老版的优点是 可以灵活的按不同条件指定 dialwith https://brook.app/#in_address ,而老版是 dialwith 是作用于全局。
``` f := func() { if in_address { m := in_address if m.ipaddress { brook := import("brook") r := brook.splithostport(m.ipaddress) text := import("text") if text.contains(r.host, ":") { return { dialwith:...
--tcpTimeout 60
This is usually because the port is occupied or the value of a parameter is incorrect. It should not panic, but print the error reason. It will be fixed in...
https://www.txthinking.com/brook.html
可能,不过目前还不了解这个系统😀
支持这个路径。但期望中间的这个支持TCP和UDP,比如标准socks5。而 http proxy 是不支持的UDP的
supported. If your wsserver is `ws://1.2.3.4:9999` and want to set host to `example.com:80`, then yo can get brook link: `brook link -s ws://example.com:80 --address 1.2.3.4:9999`
CLI client will try to resolve ddns.dummy.net:10000 to ip:port for each connection, but GUI client only resolve ddns.dummy.net:10000 to ip:port once and use it on the runtime.