[GH-ISSUE #521] Reverse Proxy Enhancement | Need this ASAP! Please, help! #282

Closed
opened 2026-02-27 15:49:41 +03:00 by kerem · 1 comment
Owner

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:

<proxies>
<hwid>port</hwid>
<74534224>3843</74534224>
<proxies>

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.

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: ``` <proxies> <hwid>port</hwid> <74534224>3843</74534224> <proxies> ``` 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.
kerem closed this issue 2026-02-27 15:49:42 +03:00
Author
Owner

@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.

<!-- gh-comment-id:244115394 --> @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.
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
starred/Quasar#282
No description provided.