Skip to content

carvenli/deblocus

 
 

Repository files navigation

Deblocus

Build Status MIT License Issues Comment-on-Github.Party

Current version is v0.10.2640-beta

      ___         ___         ___         ___  ___         ___         ___         ___     
     /\  \       /\  \       /\  \       /\__\/\  \       /\  \       /\__\       /\  \    
    /::\  \     /::\  \     /::\  \     /:/  /::\  \     /::\  \     /:/  /      /::\  \   
   /:/\:\  \   /:/\:\  \   /:/\:\  \   /:/  /:/\:\  \   /:/\:\  \   /:/  /      /:/\ \  \  
  /:/  \:\__\ /::\~\:\  \ /::\~\:\__\ /:/  /:/  \:\  \ /:/  \:\  \ /:/  /  ___ _\:\~\ \  \ 
 /:/__/ \:|__/:/\:\ \:\__/:/\:\ \:|__/:/__/:/__/ \:\__/:/__/ \:\__/:/__/  /\__/\ \:\ \ \__\
 \:\  \ /:/  \:\~\:\ \/__\:\~\:\/:/  \:\  \:\  \ /:/  \:\  \  \/__\:\  \ /:/  \:\ \:\ \/__/
  \:\  /:/  / \:\ \:\__\  \:\ \::/  / \:\  \:\  /:/  / \:\  \      \:\  /:/  / \:\ \:\__\  
   \:\/:/  /   \:\ \/__/   \:\/:/  /   \:\  \:\/:/  /   \:\  \      \:\/:/  /   \:\/:/  /  
    \::/__/     \:\__\      \::/__/     \:\__\::/  /     \:\__\      \::/  /     \::/  /   
     ~~          \/__/       ~~          \/__/\/__/       \/__/       \/__/       \/__/    
     
     He who gives up freedom for safety deserves neither.___Benjamin Franklin

Introduction

Deblocus is a tunneling software that allows secure TCP connection through the server by acting as a SOCKS5/HTTP proxy server on the client side.

deblocus-introduction.png

Features

  1. Traffic encrypted with dynamic session key
  2. Client–server model with special protocol
  3. TCP multiplexing inside tunnel
  4. Fast Open over application layer (nearly 1-RTT connectivity overhead)
  5. Filtering traffic to IPs in specified country with GeoLite2 data

Explanations:

  1. Deblocus has forward secrecy.
  2. You can share a server with friends.
  3. Massive short requests can be accelerated.
  4. Latency greatly reduced.
  5. You can know it when inappropriate proxy is used.

Quickstart

  1. Download binary or compile it from source.
  2. Read Wiki.

Simple GUI for Windows

DeblocusMonitor can minimize deblocus to tray.

deblocusMonitor.png

Acknowledgements

Thanks to these projects: qtunnel, osext, dhkx and glog.

This product includes GeoLite2 data created by MaxMind, available from http://www.maxmind.com.

License

MIT License

Deblocus

介绍

建立与远端网关的加密通道,为本地应用提供安全高效的局部代理(Socks5/Http)服务。

可以满足在企业网络/公共Wifi等情景下通信被窃听或拦截时高保密、高隐私的通信需要。

使用

详见 Wiki,程序可从项目Releases直接下载.

Packages

No packages published

Languages

  • Go 100.0%