mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-25 23:35:58 +03:00
[PR #116] [MERGED] Added Socks5 Reverse Proxy #984
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#984
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/116
Author: @MaxXor
Created: 5/10/2015
Status: ✅ Merged
Merged: 5/10/2015
Merged by: @MaxXor
Base:
master← Head:pr/113📝 Commits (6)
ee74b61Initial release of the Reverse Proxyce7c75cMore error checks & more reliableb7cad28Tiny fix for class re-namer58fcbe9Target Server/Port fixed in ListView6b581b7Fixed Stopping the proxy servera2a5f59Improved Reverse Proxy📊 Changes
27 files changed (+2248 additions, -6 deletions)
View changed files
📝
Client/Client.csproj(+7 -0)📝
Client/Core/Client.cs(+59 -0)➕
Client/Core/ReverseProxy/Packets/ReverseProxyConnect.cs(+34 -0)➕
Client/Core/ReverseProxy/Packets/ReverseProxyConnectResponse.cs(+38 -0)➕
Client/Core/ReverseProxy/Packets/ReverseProxyData.cs(+30 -0)➕
Client/Core/ReverseProxy/Packets/ReverseProxyDisconnect.cs(+26 -0)➕
Client/Core/ReverseProxy/ReverseProxyClient.cs(+124 -0)➕
Client/Core/ReverseProxy/ReverseProxyCommandHandler.cs(+38 -0)📝
Client/Program.cs(+14 -2)📝
Server/Core/Build/ClientBuilder.cs(+1 -0)📝
Server/Core/Build/Renamer.cs(+2 -1)➕
Server/Core/ReverseProxy/Packets/ReverseProxyConnect.cs(+34 -0)➕
Server/Core/ReverseProxy/Packets/ReverseProxyConnectResponse.cs(+38 -0)➕
Server/Core/ReverseProxy/Packets/ReverseProxyData.cs(+30 -0)➕
Server/Core/ReverseProxy/Packets/ReverseProxyDisconnect.cs(+26 -0)➕
Server/Core/ReverseProxy/ReverseProxyClient.cs(+469 -0)➕
Server/Core/ReverseProxy/ReverseProxyCommandHandler.cs(+52 -0)➕
Server/Core/ReverseProxy/ReverseProxyServer.cs(+146 -0)📝
Server/Core/UserState.cs(+7 -0)📝
Server/Forms/FrmKeylogger.cs(+0 -1)...and 7 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.