-
-
Notifications
You must be signed in to change notification settings - Fork 13.6k
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
Can not access to client of frp 0.61.1 #4626
Comments
Summary of Possible Causes and Solutions:
Most likely, the main issue is either a missing/incorrect DNS record for |
Hi Fatediler, I guess so, the main issue probably is port 8089, how to remove the port 8089? if I remove the port 8089, it shows an error below: if I change the Vhost port to 80, it can not create the listerner: that's why I add vhostHTTPPort = 8089 and vhostHTTPSPort = 4450 to the script, what exactly the vhost is thoough? |
What is
Why do I need
Why do I see “type [http] not supported when vhost http port is not set”?
How can I use port 80 (without getting “permission denied”)?
# Example (assuming your FRPS binary is named "frps")
sudo setcap 'cap_net_bind_service=+ep' /path/to/frps
./frps -c frps.toml
If I keep
|
Hi Fatediler, |
The above content is all generated by chatgpt o1 model. You can also prioritize seeking solutions through an LLM. |
Bug Description
after setup the frps(c), I can access to http://qaure.com:7500, but I can access to the http client, I put my log and steps of reproduction below, could anyone help me take a look? thanks.
frpc Version
frp 0.61.1
frps Version
frp 0.61.1
System Architecture
frp_0.61.1_linux_amd64
Configurations
for Frps:
for frpc:
Logs
frps log:
frpc log:
Steps to reproduce
Affected area
The text was updated successfully, but these errors were encountered: