mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #2299] Use FRPS alongside NaiveProxy on port 443 #1826
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#1826
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @M33FT on GitHub (Mar 14, 2021).
Original GitHub issue: https://github.com/fatedier/frp/issues/2299
@fatedier
I use your wonderful program and I can say it is unique!
The problem for me is ...that I use NaiveProxy on my server. NaiveProxy uses the Caddy2 web server and naturally
occupies ports 443 and 80. Now I want to run FRPS on this server and bind the RDP port to 443 (due to the port limit in the firewall).
I know I should probably use HAProxy for this but I do not know much.
Can you help me?
@fatedier commented on GitHub (Mar 15, 2021):
Can you bind RDP port to UDP 443, not TCP? or change to another port?
@M33FT commented on GitHub (Mar 16, 2021):
@fatedier
sorry for the delay.
I am limited to port 443 and NaiveProxy also uses "TCP Node".
Do you mean to use UDP 443 port ?
@fatedier commented on GitHub (Mar 18, 2021):
Yes, but i'm not sure if it's ok.
@M33FT commented on GitHub (Mar 18, 2021):
Thanks for answering. I will test it 🙏🙏🙏