https://github.com/daskol/socks-proxy

Simple SOCKS4 proxy in modern C++

https://github.com/daskol/socks-proxy

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (6.8%) to scientific vocabulary

Keywords

boost proxy proxy-server rkn roskomnadzor socks socks-protocol socks-proxy socks4-proxy socks4-server telegram-proxy
Last synced: 5 months ago · JSON representation

Repository

Simple SOCKS4 proxy in modern C++

Basic Info
  • Host: GitHub
  • Owner: daskol
  • License: mit
  • Language: C++
  • Default Branch: master
  • Homepage:
  • Size: 25.4 KB
Statistics
  • Stars: 3
  • Watchers: 2
  • Forks: 1
  • Open Issues: 0
  • Releases: 0
Topics
boost proxy proxy-server rkn roskomnadzor socks socks-protocol socks-proxy socks4-proxy socks4-server telegram-proxy
Created almost 8 years ago · Last pushed over 7 years ago
Metadata Files
Readme License

README.md

SOCKS4 Proxy Server

simple socks4-proxy in modern c++

Overview

SOCKS proxy is simple proxy server which implements well-known SOCKS4 protocol. It accept and multiplexes input and output streams in one thread. It supports half-closed TCP connections. Also default timeout on connection is one second.

``` Client Proxy Server | | | | 1. Connect -> | | | | | | 1. Hello --> | | | | | | | 1. Connect -> | | <-- 1. Hello | | | | | | | | | 2. Data -> | | | | 2. Data -> | | | | | | | | 2. Fin -> | | | | 2. Fin -> | | | | | | <- 2. Data | | <- 2. Data | | | | | | | <- 2. Fin | | <- 2. Fin | |

```

Assembly

This implementation depends on Boost.System, Boost.Asio, Google Log and Google Tests. Make dependencoes are cmake, make and git. Google Test is included into project dependencies as git submodule. So, to get sources one should clone repo recursively.

bash git clone --recursive https://github.com/daskol/socks-proxy.git

And then one could start building as follows.

bash mkdir -p build/release cd build/release cmake ../.. -DCMAKE_BUILD_TYPE=Release make -j2

In order to install target binary to system path one should run following.

bash make install

Owner

  • Name: Daniel Bershatsky
  • Login: daskol
  • Kind: user
  • Location: Russia, Moscow
  • Company: @skoltech-ai

GitHub Events

Total
Last Year

Committers

Last synced: over 1 year ago

All Time
  • Total Commits: 18
  • Total Committers: 2
  • Avg Commits per committer: 9.0
  • Development Distribution Score (DDS): 0.056
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Daniel Bershatsky d****y@s****u 17
Daniel Bershatsky d****l 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 12 months ago

All Time
  • Total issues: 1
  • Total pull requests: 0
  • Average time to close issues: over 4 years
  • Average time to close pull requests: N/A
  • Total issue authors: 1
  • Total pull request authors: 0
  • Average comments per issue: 1.0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • mosquito (1)
Pull Request Authors
Top Labels
Issue Labels
enhancement (1) good first issue (1)
Pull Request Labels