mirror of
https://github.com/VaalaCat/frp-panel.git
synced 2025-09-26 19:31:18 +08:00
303 B
303 B
FAQ
-
Q: How to disable the remote shell feature of a node?
A: In the
.env
file offrp-panel
, setCLIENT_FEATURES_ENABLE_REMOTE_SHELL
tofalse
. -
Q: How to disable the functions feature of a node?
A: In the
.env
file offrp-panel
, setCLIENT_FEATURES_ENABLE_FUNCTIONS
tofalse
.