{"id":20129505,"url":"https://github.com/dra1ex/reverseproxy","last_synced_at":"2025-07-29T18:11:10.055Z","repository":{"id":142214921,"uuid":"112096064","full_name":"DrA1ex/ReverseProxy","owner":"DrA1ex","description":"Simple reverse proxy","archived":false,"fork":false,"pushed_at":"2023-09-26T15:17:12.000Z","size":45,"stargazers_count":8,"open_issues_count":0,"forks_count":7,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-09T16:09:59.569Z","etag":null,"topics":["binary-serialization","network","proxy","proxy-server","reverse-proxy","tcp-proxy"],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DrA1ex.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-11-26T15:57:52.000Z","updated_at":"2024-08-12T19:34:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"0862db18-cf3c-46be-b11a-cef64ae9f56d","html_url":"https://github.com/DrA1ex/ReverseProxy","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DrA1ex%2FReverseProxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DrA1ex%2FReverseProxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DrA1ex%2FReverseProxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DrA1ex%2FReverseProxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DrA1ex","download_url":"https://codeload.github.com/DrA1ex/ReverseProxy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248065283,"owners_count":21041871,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["binary-serialization","network","proxy","proxy-server","reverse-proxy","tcp-proxy"],"created_at":"2024-11-13T20:34:39.156Z","updated_at":"2025-04-09T16:10:08.626Z","avatar_url":"https://github.com/DrA1ex.png","language":"C#","readme":"# Reverse Proxy\n\nThis is a simple implementation of a reverse proxy that allows you to access a remote server in a DMZ network without external IP or internet access. The reverse proxy supports any TCP protocol, including SSL/TLS.\n\nThe proxy consists of two components:\n- **Remote Server**: Listens to incoming connections from the external network and proxies traffic to the **Agent** (a secure server).\n- **Agent**: Connects to the external **Remote Server** and proxies incoming/outgoing traffic to/from a secure server.\n\n## How it Works\n- The **Agent** proxies all traffic to a secure server without any access from the external network.\n- The **Agent** connects to the **Remote Server**, which is placed in the external network, and proxies all incoming packets. Therefore, the secure server may not have an external IP at all, or the firewall may block all incoming connections from the web.\n- The **Remote Server** listens to incoming connections and acts as a target server for external clients (e.g., a database or file server).\n- The **Remote Server** interacts with the **Agent** using special packets that represent traffic between the external client and internal server.\n\n## Connection diagram\n\n![Pic. 1](https://user-images.githubusercontent.com/1194059/47950632-9395c080-df76-11e8-8aaa-eb9997315ba2.png)\n\n## Requirements\n- .NET 4.6.2 for Windows\n- .NET Core 2.0 for Linux, Mac and Windows\n\n## Building\nYou can use Build.cmd or use dotnet toolkit:\nFor Windows:\n\n```dotnet publish -c Release -f net462 -r win10-x64```\n\nFor Mac:\n\n```dotnet publish -c Release -r osx-x64```\n\nFor Linux:\n\n```dotnet publish -c Release -r linux-x64```\n\nFor all platforms:\n\n```dotnet publish -c Release -f netcoreapp2.0```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdra1ex%2Freverseproxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdra1ex%2Freverseproxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdra1ex%2Freverseproxy/lists"}