[GH-ISSUE #2492] Configurable websocket PATH #1978

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

Originally created by @osnosn on GitHub (Jul 22, 2021).
Original GitHub issue: https://github.com/fatedier/frp/issues/2492

Create a new config record for websocket PATH when working in WS mode.

New config record for server (frps),

websocket_path = /myfrp
or
websocket_path = /myfrp/aa23
( require start with '/', no space, up to 16 characters )

New config record for client (frpc), when protocol = websocket

websocket_path = /myfrp
( require start with '/', no space, up to 16 characters )

If this empty or not config, then use default path "/~!frp".

Originally created by @osnosn on GitHub (Jul 22, 2021). Original GitHub issue: https://github.com/fatedier/frp/issues/2492 Create a new config record for websocket PATH when working in WS mode. New config record for server (frps), > websocket_path = /myfrp or websocket_path = /myfrp/aa23 ( require start with '/', no space, up to 16 characters ) New config record for client (frpc), when protocol = websocket > websocket_path = /myfrp ( require start with '/', no space, up to 16 characters ) If this empty or not config, then use default path "/~!frp".
gitea-mirror 2026-05-05 13:16:33 -06:00
Author
Owner

@github-actions[bot] commented on GitHub (Aug 22, 2021):

Issues go stale after 30d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.

<!-- gh-comment-id:903193701 --> @github-actions[bot] commented on GitHub (Aug 22, 2021): Issues go stale after 30d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.
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#1978
No description provided.