[GH-ISSUE #4446] unknown visitor type http #3511

Closed
opened 2026-05-05 14:15:19 -06:00 by gitea-mirror · 1 comment
Owner

Originally created by @hemna on GitHub (Sep 16, 2024).
Original GitHub issue: https://github.com/fatedier/frp/issues/4446

Bug Description

Trying to launch frpc and expose an http port fails.

frpc Version

0.60.0

frps Version

0.60.0

System Architecture

linux/amd64 and linux/arm64

Configurations

# frpc.toml
serverAddr = "x.x.x.x"
serverPort = 7000

[[visitors]]
name = "Home Dev visitor"
type = "http"
serverName = "something here"
bindAddr = "0.0.0.0"
bindPort = 9110

Logs

unknown visitor type: http

Steps to reproduce

...

Affected area

  • Docs
  • Installation
  • Performance and Scalability
  • Security
  • User Experience
  • Test and Release
  • Developer Infrastructure
  • Client Plugin
  • Server Plugin
  • Extensions
  • Others
Originally created by @hemna on GitHub (Sep 16, 2024). Original GitHub issue: https://github.com/fatedier/frp/issues/4446 ### Bug Description Trying to launch frpc and expose an http port fails. ### frpc Version 0.60.0 ### frps Version 0.60.0 ### System Architecture linux/amd64 and linux/arm64 ### Configurations ``` # frpc.toml serverAddr = "x.x.x.x" serverPort = 7000 [[visitors]] name = "Home Dev visitor" type = "http" serverName = "something here" bindAddr = "0.0.0.0" bindPort = 9110 ``` ### Logs ```└─> ./frpc -c frpc.toml unknown visitor type: http ``` ### Steps to reproduce 1. 2. 3. ... ### Affected area - [X] Docs - [X] Installation - [ ] Performance and Scalability - [ ] Security - [X] User Experience - [ ] Test and Release - [ ] Developer Infrastructure - [ ] Client Plugin - [ ] Server Plugin - [ ] Extensions - [ ] Others
Author
Owner

@fatedier commented on GitHub (Sep 18, 2024):

Please check the document; visitors only support stcp, sudp, and xtcp.

<!-- gh-comment-id:2357384806 --> @fatedier commented on GitHub (Sep 18, 2024): Please check the document; visitors only support stcp, sudp, and xtcp.
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#3511
No description provided.