All Projects → derekchuank → Procurator

derekchuank / Procurator

Socks5 server and client, utilizing epoll only.

Programming Languages

c
50402 projects - #5 most used programming language

Labels

Projects that are alternatives of or similar to Procurator

Learn Nginx
Nginx 入门指南
Stars: ✭ 728 (+3944.44%)
Mutual labels:  proxy
Corvus
A fast and lightweight Redis Cluster Proxy for Redis 3.0
Stars: ✭ 758 (+4111.11%)
Mutual labels:  proxy
Freess
免费ss账号 免费shadowsocks账号 免费v2ray账号 (长期更新)
Stars: ✭ 6,544 (+36255.56%)
Mutual labels:  proxy
Rotating Proxy
Rotating TOR proxy with Docker
Stars: ✭ 739 (+4005.56%)
Mutual labels:  proxy
Muxy
Chaos engineering tool for simulating real-world distributed system failures
Stars: ✭ 756 (+4100%)
Mutual labels:  proxy
Vue 163 Music
【停止维护】网易云音乐web版,支持PC端常用功能,localStorage保存播放列表
Stars: ✭ 788 (+4277.78%)
Mutual labels:  proxy
Clash Rules
🦄️ 🎃 👻 Clash Premium 规则集(RULE-SET),兼容 ClashX Pro、Clash for Windows 客户端。
Stars: ✭ 706 (+3822.22%)
Mutual labels:  proxy
Keyless Solution
The solution of keyless proxy.
Stars: ✭ 16 (-11.11%)
Mutual labels:  proxy
Proxylist
proxylist, generate by fate0/getproxy project in every 15 minute
Stars: ✭ 756 (+4100%)
Mutual labels:  proxy
Simple Java Mail
Simple API, Complex Emails (JavaMail smtp wrapper)
Stars: ✭ 821 (+4461.11%)
Mutual labels:  proxy
Api
姬长信API For Docker 一个基于多种编程语言开源免费不限制提供生活常用,出行服务,开发工具,金融服务,通讯服务和公益大数据的平台.
Stars: ✭ 743 (+4027.78%)
Mutual labels:  proxy
Mycat2
MySQL Proxy using Java NIO based on Sharding SQL,Calcite ,simple and fast
Stars: ✭ 750 (+4066.67%)
Mutual labels:  proxy
Pizzly
The simplest, fastest way to integrate your app with an OAuth API 😋
Stars: ✭ 796 (+4322.22%)
Mutual labels:  proxy
V2ray Web Manager
v2ray-web-manager 是一个v2ray的面板,也是一个集群的解决方案;同时增加了流量控制/账号管理/限速等功能。key: admin , panel ,web,cluster,集群,proxy
Stars: ✭ 738 (+4000%)
Mutual labels:  proxy
Warwolf
Socks5-Over-HTTP (A Socks5 proxy runs on plain old HTTP requests, no websocket. Deployable on Google AppEngine) 🤟 😚 👁 🤦🏻‍♂️ 💃🏻 🕺🏻
Stars: ✭ 16 (-11.11%)
Mutual labels:  proxy
Shell2http
Executing shell commands via HTTP server
Stars: ✭ 719 (+3894.44%)
Mutual labels:  proxy
Clashy
A GUI proxy client for Windows / Mac / Ubuntu Desktop based on Clash and Electron. Windows / Mac / Ubuntu 适用的Clash客户端.
Stars: ✭ 775 (+4205.56%)
Mutual labels:  proxy
Node Procedural Async
Write procedural style code that runs asynchronously. It may look synchronous, but it's not!
Stars: ✭ 17 (-5.56%)
Mutual labels:  proxy
Docker Dante Telegram
dante config builder for Telegram SOCKS-proxy & Dockerfile for building image with such proxy
Stars: ✭ 16 (-11.11%)
Mutual labels:  proxy
Fod
Freedom of Developers
Stars: ✭ 815 (+4427.78%)
Mutual labels:  proxy

procurator

Test Status

Super simple to use

Socks5 proxy client and server.

Design

www.tiaoxingyubolang.com

Prerequisites

Environment:

  • Linux.

Libraries:

  • libssl-dev.
  • librdp. https://github.com/derekchuank/librdp. Needed only after version v1.0.0. In fact, after that, the connections between procurator-local and procurator-server switched from TCP to UDP.

Compile & Install

  $ make
  $ make install

Usage

On your local machine, run command:

  $ procurator-local --remote-host 127.0.0.1 --remote-port 8080 --local-port 1080 --password foobar

On remote machine, run command:

  $ procurator-server --remote-port 8080 --password foobar

Test

  $ make clean && make test
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].