mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-25 15:25:59 +03:00
[PR #113] [MERGED] Initial release of the Reverse Proxy #983
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#983
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?
📋 Pull Request Information
Original PR: https://github.com/quasar/Quasar/pull/113
Author: @ghost
Created: 5/10/2015
Status: ✅ Merged
Merged: 5/10/2015
Merged by: @MaxXor
Base:
master← Head:master📝 Commits (5)
ee74b61Initial release of the Reverse Proxyce7c75cMore error checks & more reliableb7cad28Tiny fix for class re-namer58fcbe9Target Server/Port fixed in ListView6b581b7Fixed Stopping the proxy server📊 Changes
26 files changed (+1686 additions, -5 deletions)
View changed files
📝
Client/Client.csproj(+7 -0)📝
Client/Core/Client.cs(+59 -0)➕
Client/Core/ReverseProxy/Packets/ReverseProxy_Connect.cs(+38 -0)➕
Client/Core/ReverseProxy/Packets/ReverseProxy_ConnectResponse.cs(+42 -0)➕
Client/Core/ReverseProxy/Packets/ReverseProxy_Data.cs(+34 -0)➕
Client/Core/ReverseProxy/Packets/ReverseProxy_Disconnect.cs(+30 -0)➕
Client/Core/ReverseProxy/ReverseProxyClient.cs(+126 -0)➕
Client/Core/ReverseProxy/ReverseProxyCommandHandler.cs(+40 -0)📝
Client/Program.cs(+14 -2)📝
Server/Core/Build/ClientBuilder.cs(+1 -0)📝
Server/Core/Build/Renamer.cs(+2 -1)➕
Server/Core/ReverseProxy/Packets/ReverseProxy_Connect.cs(+38 -0)➕
Server/Core/ReverseProxy/Packets/ReverseProxy_ConnectResponse.cs(+42 -0)➕
Server/Core/ReverseProxy/Packets/ReverseProxy_Data.cs(+34 -0)➕
Server/Core/ReverseProxy/Packets/ReverseProxy_Disconnect.cs(+30 -0)➕
Server/Core/ReverseProxy/ReverseProxyClient.cs(+450 -0)➕
Server/Core/ReverseProxy/ReverseProxyCommandHandler.cs(+47 -0)➕
Server/Core/ReverseProxy/ReverseProxyServer.cs(+134 -0)📝
Server/Core/UserState.cs(+7 -0)📝
Server/Forms/FrmMain.Designer.cs(+10 -0)...and 6 more files
📄 Description
Supports HTTPS
Supports Socks5
Tested both HTTPS and Socks5 with Proxifier
maybe needs futher testing but currently it simply works
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.