mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-25 23:35:58 +03:00
[GH-ISSUE #521] Reverse Proxy Enhancement | Need this ASAP! Please, help! #282
Labels
No labels
bug
bug
cant-reproduce
discussion
duplicate
easy
enhancement
help wanted
improvement
invalid
need more info
pull-request
question
wont-add
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Quasar#282
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 @ghost on GitHub (Aug 31, 2016).
Original GitHub issue: https://github.com/quasar/Quasar/issues/521
I recently downloaded Quasar, only to test the reverse proxy feature and I was pleasantly surprised with its stability and speed.
The feature as it is already works like a charm but I'd make a few modifications. Sadly, I lack the technical know-how to do so myself.
This is what I personally need and would love to see implemented:
The ability to reserve local server ports for selected clients and when they connect they are immediately available as a reverse proxy at the assigned port. Essentially, it's an on-connect/on-join reverse proxy.
How I imagine this being done:
Have a file named "proxies.xml" in the Quasar directory.
Its contents would look something like this:
Whenever the client with hardwareID of "74534224" connects, he/she is automatically started as a reverse proxy on local server port 3843 and I can connect to it at 127.0.0.1:3843.
Could you kindly show me how to modify the source code in order to achieve the above. I will very gladly send some PP your way if you help me out.
@MaxXor commented on GitHub (Sep 1, 2016):
I don't think this is useful for anyone else than you, so I'll close this here.