Describe the feature request
Ability to configure subdomains for tcp proxies in a similar manner to http and https proxies. It should be a matter of adding a DomainConf to the TCPProxyConf type, and handling it in TCPProxy.Run() in a similar manner to in HTTPProxy.Run()
I'd be happy to implement thi...
Describe the feature request
I've found no way to expose the frpc admin-dashboard via https - is this already possible?
https://github.com/fatedier/frp/blob/dev/conf/frpc_full.ini#L69:
# set admin address for control frpc's action by http api such as reload
admin_addr = 127.0.0.1
Describe alternati...
Bug Description
Based on the configuration information I provided, start the server (frps) and client (frpc) at the same time, the server log shows normal, check the port "telnet server IP 26000" through the command, the port cannot be accessed normally.
The server passes "netstat -antulp |grep 2600...
Bug Description
如题,将frpc的log名称设成mcfrpc.log,启动时会显示logs.BeeLogger.SetLogger: invalid character 'm' in string escape code,但不影响frpc反向代理
frpc Version
0.46.1
frps Version
0.46.1
System Architecture
windows/amd64
Configurations
frpc无日志输出,将程序复制到另一台电脑上也无法使用,两...
Bug Description
I'm using visitor to expose postgresql service running on remote machine to localhost by stcp/shared key/visitor
and connect it from localhost, when there's lots of connection, postgresql client quickly run into "connection refused"
or "server close connection" error, but if set tcp_...
Describe the feature request
In a scenario where one needs to access another device on a LAN that is incapable of running frpc, is it possible to have an frpc client on a system forward access to another internal IP+port?
So, as an example, if I need to directly access a network device at LAN IP:por...