summarylogtreecommitdiffstats
path: root/client.env
diff options
context:
space:
mode:
authordevome2024-01-20 21:31:06 +0800
committerdevome2024-01-20 21:31:06 +0800
commit20976f9789ce15682d70c410a78021a6b782492a (patch)
tree166448fa3cb9318a7574683c400b415ad0cfc960 /client.env
downloadaur-20976f9789ce15682d70c410a78021a6b782492a.tar.gz
frp-panel: 0.0.10-1
Diffstat (limited to 'client.env')
-rw-r--r--client.env19
1 files changed, 19 insertions, 0 deletions
diff --git a/client.env b/client.env
new file mode 100644
index 000000000000..068fdf82215f
--- /dev/null
+++ b/client.env
@@ -0,0 +1,19 @@
+## For client nodes, '-s' and '-i' are mandatory settings, please set others as needed, such as:
+## START_PARAMS="-s abcdefghijklmn -i 1234567890"
+
+## 对client节点,-s和-i是必须设置的,其他请根据需要设置,形如:
+## START_PARAMS="-s abcdefghijklmn -i 1234567890"
+
+# Usage:
+# frp-panel client [-s client_secret] [-i client_id] [-a app_secret] [-r rpc_host] [-c rpc_port] [-p api_port] [flags]
+
+# Flags:
+# -p, --api-port int api port
+# -e, --api-scheme string api scheme
+# -a, --app string app secret
+# -i, --id string client id (default "pkg")
+# -r, --rpc string rpc host
+# -c, --rpc-port int rpc port
+# -s, --secret string client secret
+
+START_PARAMS=""