fatedier / frp

A fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet.
Apache License 2.0
85.33k stars 13.24k forks source link

unknown visitor type http #4446

Closed hemna closed 3 weeks ago

hemna commented 4 weeks ago

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

  1. ...

Affected area

fatedier commented 3 weeks ago

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