[PR #141] [MERGED] Reverse Proxy Updates & Load Balancer #1000

Closed
opened 2026-02-27 15:52:45 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/quasar/Quasar/pull/141
Author: @ghost
Created: 5/16/2015
Status: Merged
Merged: 5/16/2015
Merged by: @MaxXor

Base: masterHead: master


📝 Commits (1)

  • 42d7382 Reverse Proxy Updates & Load Balancer

📊 Changes

8 files changed (+145 additions, -43 deletions)

View changed files

📝 Client/Core/ReverseProxy/Packets/ReverseProxyConnectResponse.cs (+20 -1)
📝 Client/Core/ReverseProxy/ReverseProxyClient.cs (+3 -3)
📝 Server/Core/ReverseProxy/Packets/ReverseProxyConnectResponse.cs (+3 -0)
📝 Server/Core/ReverseProxy/ReverseProxyClient.cs (+3 -1)
📝 Server/Core/ReverseProxy/ReverseProxyServer.cs (+13 -6)
📝 Server/Forms/FrmMain.cs (+14 -1)
📝 Server/Forms/FrmReverseProxy.Designer.cs (+60 -20)
📝 Server/Forms/FrmReverseProxy.cs (+29 -11)

📄 Description

Added a Load Balancer, this will try balancing all the proxy connections over multiple clients (keep refreshing ipchicken.com to see the cool effect)
Resolve the DNS Hostname of the Target server at the Remote Client to reduce DNS Leaks


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/quasar/Quasar/pull/141 **Author:** [@ghost](https://github.com/ghost) **Created:** 5/16/2015 **Status:** ✅ Merged **Merged:** 5/16/2015 **Merged by:** [@MaxXor](https://github.com/MaxXor) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`42d7382`](https://github.com/quasar/Quasar/commit/42d7382fff82959bbc75be82d62481af416175b3) Reverse Proxy Updates & Load Balancer ### 📊 Changes **8 files changed** (+145 additions, -43 deletions) <details> <summary>View changed files</summary> 📝 `Client/Core/ReverseProxy/Packets/ReverseProxyConnectResponse.cs` (+20 -1) 📝 `Client/Core/ReverseProxy/ReverseProxyClient.cs` (+3 -3) 📝 `Server/Core/ReverseProxy/Packets/ReverseProxyConnectResponse.cs` (+3 -0) 📝 `Server/Core/ReverseProxy/ReverseProxyClient.cs` (+3 -1) 📝 `Server/Core/ReverseProxy/ReverseProxyServer.cs` (+13 -6) 📝 `Server/Forms/FrmMain.cs` (+14 -1) 📝 `Server/Forms/FrmReverseProxy.Designer.cs` (+60 -20) 📝 `Server/Forms/FrmReverseProxy.cs` (+29 -11) </details> ### 📄 Description Added a Load Balancer, this will try balancing all the proxy connections over multiple clients (keep refreshing ipchicken.com to see the cool effect) Resolve the DNS Hostname of the Target server at the Remote Client to reduce DNS Leaks --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 15:52:45 +03:00
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#1000
No description provided.