-
### Describe the bug
It seems the new admin console doesn't load properly under some configurations, and this has been reported many times in different issues.
This is serving as an umbrella iss…
-
### Describe the feature request
环境:
1、公网服务器:安装了nginx 和frps ,公网服务器的安全组只放通443端口;
2、内网服务器: 需求发布https业务,服务器安装了frpc;
需求场景:希望公网服务器只暴露443端口,内网的frpc 连接公网服务器 frps bind_port 端口的时候,连接流量走443端口转发到frps的7000端口…
-
-
### Describe the feature request
如何保存日志到文件,并同时打印到标准输出
使用0.53.2版本,frps使用如下yml配置,发现只能保存到文件里,标准输出为空
```yml
bindAddr: 0.0.0.0
bindPort: 7000
vhostHTTPPort: 30080
vhostHTTPSPort: 30443
log:
…
mapxn updated
9 months ago
-
## Motivation
Data structures which closely fit a single inheritance model can be very efficiently implemented in C++. Where high performance (both space and time) is crucial there is distinct disadv…
-
### Describe the feature request
我内网有服务器A,需要客户电脑B的tcpClient去连A的tcpServer,我通过云服务器G搭建frps,A搭建frpc,转发tcp端口5000,然后B通过公网ip+5000端口连接,能够成功连到A了,但是A识别到的ip是127.0.0.1,毕竟在A的tcpServer看来,是本机frpc发起的连接,而我需要让A的tcpSer…
-
### Describe the feature request
FRP is a reverse proxy, which has good uses, but is also useful for getting past firewalls and security.
There are reports of malware using FRP to communicate so…
-
I think a timeline view or a timeline scrollbar, like in Google Photos or Synology Moment, would be a cool feature to have.
ghost updated
7 months ago
-
### Describe the feature request
frps搭建好以后用户与内网主机在TCP数据传输的时候是经过服务器的数据转发,这样会受服务器带宽的限制,同时会大量耗费服务器的流量,有什么好的办法和建议来解决这个问题吗
### Describe alternatives you've considered
_No response_
### Affected area
-…
-
反馈bug/问题模板,提建议请删除
## 1.关于你要提交的问题
Q:是否搜索了issue (使用 "x" 选择)
* [ x] 没有类似的issue
## 2. 详细叙述
### (1) 具体问题
A:新编译的 openwrt 重启后 系统变只读 Read-only file system
执行
mount -o remount rw /
后 又可以读写了…