[GH-ISSUE #18] websocket代理怎么搞? #14

Closed
opened 2026-02-27 23:15:01 +03:00 by kerem · 1 comment
Owner

Originally created by @kimkit on GitHub (Dec 16, 2017).
Original GitHub issue: https://github.com/snail007/goproxy/issues/18

我看介绍里有支持websocket代理,但文档里没有说怎么使用。

我想实现的效果大概如下:

client <--[http,socks,...]--> proxy local <--[websocket]--> proxy remote <--[direct]--> server
Originally created by @kimkit on GitHub (Dec 16, 2017). Original GitHub issue: https://github.com/snail007/goproxy/issues/18 我看介绍里有支持websocket代理,但文档里没有说怎么使用。 我想实现的效果大概如下: ``` client <--[http,socks,...]--> proxy local <--[websocket]--> proxy remote <--[direct]--> server ```
kerem closed this issue 2026-02-27 23:15:02 +03:00
Author
Owner

@snail007 commented on GitHub (Dec 16, 2017):

http代理支持ws,ws只需要连接http代理端口即可

<!-- gh-comment-id:352186399 --> @snail007 commented on GitHub (Dec 16, 2017): http代理支持ws,ws只需要连接http代理端口即可
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/goproxy#14
No description provided.