[GH-ISSUE #1023] frpc http -h 少了 subdomain 选项 #808

Closed
opened 2026-05-05 12:30:59 -06:00 by gitea-mirror · 1 comment
Owner

Originally created by @droplet-js on GitHub (Dec 26, 2018).
Original GitHub issue: https://github.com/fatedier/frp/issues/1023

Issue is only used for submiting bug report and documents typo. If there are same issues or answers can be found in documents, we will close it directly.
(为了节约时间,提高处理问题的效率,不按照格式填写的 issue 将会直接关闭。)

Use the commands below to provide key information from your environment:
You do NOT have to include this information if this is a FEATURE REQUEST

What version of frp are you using (./frpc -v or ./frps -v)?
0.22.0

What operating system and processor architecture are you using (go env)?

Configures you used:

Steps to reproduce the issue:

  1. frpc http -h 少了 subdomain 选项

Describe the results you received:

Describe the results you expected:

Additional information you deem important (e.g. issue happens only occasionally):
Step 12/12 : RUN /frpc http -h
---> Running in 162a9f51d8fa
Run frpc with a single http proxy

Usage:
frpc http [flags]

Flags:
-d, --custom_domain string custom domain
-h, --help help for http
--host_header_rewrite string host header rewrite
--http_pwd string http auth password
--http_user string http auth user
-i, --local_ip string local ip (default "127.0.0.1")
-l, --local_port int local port
--locations string locations
--log_file string console or file path (default "console")
--log_level string log level (default "info")
--log_max_days int log file reversed days (default 3)
-p, --protocol string tcp or kcp (default "tcp")
-n, --proxy_name string proxy name
--sd string sub domain
-s, --server_addr string frp server's address (default "127.0.0.1:7000")
-t, --token string auth token
--uc use compression
--ue use encryption
-u, --user string user

Global Flags:
-c, -- string config file of frpc (default "./frpc.ini")
-v, --version version of frpc

Can you point out what caused this issue (optional)

Originally created by @droplet-js on GitHub (Dec 26, 2018). Original GitHub issue: https://github.com/fatedier/frp/issues/1023 Issue is only used for submiting bug report and documents typo. If there are same issues or answers can be found in documents, we will close it directly. (为了节约时间,提高处理问题的效率,不按照格式填写的 issue 将会直接关闭。) Use the commands below to provide key information from your environment: You do NOT have to include this information if this is a FEATURE REQUEST **What version of frp are you using (./frpc -v or ./frps -v)?** 0.22.0 **What operating system and processor architecture are you using (`go env`)?** **Configures you used:** **Steps to reproduce the issue:** 1. frpc http -h 少了 subdomain 选项 2. 3. **Describe the results you received:** **Describe the results you expected:** **Additional information you deem important (e.g. issue happens only occasionally):** Step 12/12 : RUN /frpc http -h ---> Running in 162a9f51d8fa Run frpc with a single http proxy Usage: frpc http [flags] Flags: -d, --custom_domain string custom domain -h, --help help for http --host_header_rewrite string host header rewrite --http_pwd string http auth password --http_user string http auth user -i, --local_ip string local ip (default "127.0.0.1") -l, --local_port int local port --locations string locations --log_file string console or file path (default "console") --log_level string log level (default "info") --log_max_days int log file reversed days (default 3) -p, --protocol string tcp or kcp (default "tcp") -n, --proxy_name string proxy name --sd string sub domain -s, --server_addr string frp server's address (default "127.0.0.1:7000") -t, --token string auth token --uc use compression --ue use encryption -u, --user string user Global Flags: -c, -- string config file of frpc (default "./frpc.ini") -v, --version version of frpc **Can you point out what caused this issue (optional)**
Author
Owner

@fatedier commented on GitHub (Dec 26, 2018):

--sd string sub domain

<!-- gh-comment-id:449919947 --> @fatedier commented on GitHub (Dec 26, 2018): `--sd string sub domain`
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#808
No description provided.