issues Search Results · repo:zanjie1999/tcp-over-websocket language:Go
Filter by
24 results
(76 ms)24 results
inzanjie1999/tcp-over-websocket (press backspace or delete to remove)没太get到这里的用法 tcp2ws wss://链接 8888 执行这个监听8888时,这个端口被这个进程占用,本地还怎么创建与这个端口的连接 端口不能重用才对
saberya
- 10
- Opened on Sep 14, 2024
- #24
func dialNewWs(uuid string) bool {
log.Print( dial , uuid)
// 构建 WebSocket 握手请求的 HTTP 头部
headers := http.Header{}
headers.Add( Host , example.com ) // 指定请求的域名
dialer := websocket.Dialer{ ...
Leev1s
- 2
- Opened on Nov 8, 2023
- #22
在日志里面发现进程一直在复用关闭的连接,导致一直连接不上,除非重启进程
Oct 12 11:32:16 af-za-gp-oracle-287 config.conf[93779]: 2023/10/12 11:32:16 0c731 ws write err: use of closed network connection
Oct 12 11:32:16 af-za-gp-oracle-287 ...
HanadaLee
- 6
- Opened on Oct 12, 2023
- #21
客户端日志:
2023/10/04 09:18:02 447ed bye
2023/10/04 09:18:03 new tcp conn:
2023/10/04 09:18:03 dial 8abf1
2023/10/04 09:18:27 8abf1 bye
2023/10/04 09:18:28 new tcp conn:
2023/10/04 09:18:28 dial 1a85c
2023/10/04 ...
jakehu
- 1
- Opened on Oct 4, 2023
- #20
服务端:
./tcp2ws-linux 127.0.0.1:22 5022 fullchain.pem privkey.pem
Nginx:
listen 443 ssl http2;
listen [::]:443 ssl http2;
客户端:
./tcp2ws https://xxx.com:443/xxx/ 5022
ssh -p 5022 127.0.0.1 ...
bug
jakehu
- 12
- Opened on Sep 26, 2023
- #19
内网地址不能通过公网ip或者域名代理的情况下,你这个工具不适用;比如如下场景: 在家里电脑上启动一个网站服务为localhost:3000,
现在有一个公网服务器xxx.xxx.xxx.xxx,如何使用本工具使得互联网用户能通过xxx.xxx.xxx.xxx来访问到这个站点?
所以我建议可以有一个ws server来专门做中继,然后在访问端和被代理端分别开客户端来进行连通:
f6b94dec2e13960d2ec60a8ef023f5d ...
ruhuansanmei
- 3
- Opened on Sep 2, 2023
- #18
chisel server -v --host 127.0.0.1 -p 80 --socks5 --backend http://127.0.0.1:5244/
https://github.com/jpillora/chisel/releases/download/v1.8.1/chisel_1.8.1_windows_amd64.gz
189er
- 3
- Opened on Aug 20, 2023
- #17

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.