-
### Describe the feature request
Does there exist an API interface for `frp`? If not would it be possible to add a simple API interface instead of using `.ini` files for configuring the server/client…
-
First, kudos for the presentation. Been using FRP with React for some time now but have been subscribing changes to state (i.e., using state as props)...and that has always bothered me because it's no…
-
### Describe the feature request
frpc:
[ssh]
type = tcp
local_ip = 127.0.0.1
local_port = 7788
remote_port = 8000
frps的vps:
nc -lvvp 8000
会提示:
retrying local 0.0.0.0:8001 : Address alr…
-
### Describe the feature request
#### 网络
* 主机A具有IPv6地址,使用蜂窝网络
* 主机B在OpenWRT路由器的网络内,家宽,也具有IPv6地址(通过SLAAC自动配置)
* OpenWRT默认情况下丢弃所有入站IPv6数据包,只允许出站,但是可以通过配置防火墙规则允许指定主机上全部或者部分端口的通信。具体配置方法见
* FRP Server…
scp-r updated
2 years ago
-
### Describe the feature request
frps仅通过密码来管理接入,无法真正识别接入者。
在Dashboard里,只能看到标签信息,但没有frpc的内网服务器地址和转发服务地址。
如果可以在每个标签的信息里,可以显示frpc的内网服务器地址、机器名、MAC和转发服务地址等信息,就容易在Dashboard里看到接入者是什么机器了。
### Describe…
-
### Describe the feature request
In FRP, I can define TCP load balancing groups as follows:
```
# frpc.ini
[group1_memeber1]
type = tcp
local_port = 8080
remote_port = 80
group = web1
group…
-
### Describe the feature request
希望frpc侧能增加绑定访问local server的端口的配置,希望能通过此配置实现,frpc侧的服务与frps侧的客户端能实现p2p链接。即客户端访问frps的指定端口可达实际server,server访问指定、可知(非随机端口)的frpc端口可访问客户端。
### Describe alternatives you've …
-
## Issue description
The `emacs` / `intero` integration is broken.
### Steps to reproduce
```
deepfire@andromedae:~/src/tmp$ cat > shell.nix
{ nixpkgs ? import {}, pkgs ? nixpkgs.pkgs }:
(pk…
-
### Describe the feature request
我在centos8上面安装了frp,版本更新很快,但是我不知道怎么自动升级?谢谢给我方法。
### Describe alternatives you've considered
_No response_
### Affected area
- [ ] Docs
- [ ] Installation
- [ ] Perf…
-
### Describe the feature request
Hi guys,
I've setup multiusers frp.
I would like to know if there is a way to allow a client to use a specific ports and not another.
Ex :
Frps
Bind port user1…