[GH-ISSUE #59] Do you have plans to support websockets? #23

Closed
opened 2026-05-05 11:33:12 -06:00 by gitea-mirror · 1 comment
Owner

Originally created by @nkev on GitHub (Aug 4, 2016).
Original GitHub issue: https://github.com/fatedier/frp/issues/59

Originally created by @nkev on GitHub (Aug 4, 2016). Original GitHub issue: https://github.com/fatedier/frp/issues/59
Author
Owner

@fatedier commented on GitHub (Aug 5, 2016):

Hi, i use the simple web service from http://beego.me/docs/examples/chat.md to test websockets. It works fine.

Here is my configuration file in frpc using privilege mode:

# frpc.ini
[www]
privilege_mode = true
type = http
local_ip = 127.0.0.1
local_port = 8080
custom_domains = www.yourdomain.com

I hope this will help you.

<!-- gh-comment-id:237762428 --> @fatedier commented on GitHub (Aug 5, 2016): Hi, i use the simple web service from http://beego.me/docs/examples/chat.md to test websockets. It works fine. Here is my configuration file in frpc using privilege mode: ``` ini # frpc.ini [www] privilege_mode = true type = http local_ip = 127.0.0.1 local_port = 8080 custom_domains = www.yourdomain.com ``` I hope this will help you.
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: github-starred/frp#23
No description provided.