Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: support for access control in multi-user authentication mode #66

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ZDawnG
Copy link

@ZDawnG ZDawnG commented Jan 14, 2025

在多用户验证模式下,STCP/XTCP/SUDP类型的代理可以限制用户的访问权限(只允许特定用户访问指定代理)。

现有的图形界面并没有提供相应的输入来配置访问控制设置。

为了实现权限控制,访问者需要设置serverUser字段,被访问者需要设置allowUsers字段。

FRP代理配置文档:stcpproxyconfig
完整样例配置文件:frpc_full_example.toml

更新后的样式布局如下:
[visitor]

[visited-1]

[visited-2]

生成的toml文件样例:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant