[GH-ISSUE #3185] how to pass "meta_*" to "frpc http" as argument? #2556

Closed
opened 2026-05-05 13:38:42 -06:00 by gitea-mirror · 1 comment
Owner

Originally created by @shabakett on GitHub (Nov 24, 2022).
Original GitHub issue: https://github.com/fatedier/frp/issues/3185

how to pass meta_access_key to frpc.exe as argument in this case?

# frpc.ini
[common]
server_addr = example.com
server_port = 7000
user = client1
meta_access_key = key1

[http]
type = http
local_port = 8080
subdomain = sub1
http_user = u1
http_pwd = p1

something like: frpc.exe http -s example.com:7000 -n client1 -l 8080 --sd sub1

Originally created by @shabakett on GitHub (Nov 24, 2022). Original GitHub issue: https://github.com/fatedier/frp/issues/3185 how to pass `meta_access_key` to frpc.exe as argument in this case? # frpc.ini [common] server_addr = example.com server_port = 7000 user = client1 meta_access_key = key1 [http] type = http local_port = 8080 subdomain = sub1 http_user = u1 http_pwd = p1 something like: `frpc.exe http -s example.com:7000 -n client1 -l 8080 --sd sub1`
Author
Owner

@fatedier commented on GitHub (Nov 25, 2022):

Command line args are just for simple usage, will not support all features. It's difficult to expression complicated confgs.

<!-- gh-comment-id:1326963329 --> @fatedier commented on GitHub (Nov 25, 2022): Command line args are just for simple usage, will not support all features. It's difficult to expression complicated confgs.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/frp#2556
No description provided.