All Projects → ma6174 → libsocks5connect

ma6174 / libsocks5connect

Licence: MIT license
Preloaded socks5 proxy written in cgo

Programming Languages

go
31211 projects - #10 most used programming language
Makefile
30231 projects
shell
77523 projects

Labels

Projects that are alternatives of or similar to libsocks5connect

django-http2-middleware
⚡️Django middleware to automatically send preload headers before views runs, enabling faster HTTP2 server-push (with CSP support).
Stars: ✭ 65 (+282.35%)
Mutual labels:  preload
wp-better-resource-hints
A WordPress plugin to help better manage resource hinting (preloading, prefetching, server pushing).
Stars: ✭ 18 (+5.88%)
Mutual labels:  preload
pwa
An opinionated progressive web app boilerplate
Stars: ✭ 355 (+1988.24%)
Mutual labels:  preload
react-ssr-setup
React ssr setup, new ssr for react-18
Stars: ✭ 22 (+29.41%)
Mutual labels:  preload
angular-webpack-material-lazyload-typescript-starter-template
Angular starter template using typescript, angular-material, ui-router, oclazyload with webpack support.
Stars: ✭ 55 (+223.53%)
Mutual labels:  preload
Preload Webpack Plugin
Please use https://github.com/vuejs/preload-webpack-plugin instead.
Stars: ✭ 2,174 (+12688.24%)
Mutual labels:  preload
Proxychains Ng
proxychains ng (new generation) - a preloader which hooks calls to sockets in dynamically linked programs and redirects it through one or more socks/http proxies. continuation of the unmaintained proxychains project. the sf.net page is currently not updated, use releases from github release page instead.
Stars: ✭ 7,553 (+44329.41%)
Mutual labels:  preload
Vulcain
Fast and idiomatic client-driven REST APIs.
Stars: ✭ 3,190 (+18664.71%)
Mutual labels:  preload
flutter preload videos
Preloading videos in Flutter 💙
Stars: ✭ 42 (+147.06%)
Mutual labels:  preload
framework
Aplus Full-Stack Framework
Stars: ✭ 172 (+911.76%)
Mutual labels:  preload

libsocks5connect

Build Status

install

git clone https://github.com/ma6174/libsocks5connect.git && cd libsocks5connect && make

config

$ cat proxy.conf
export socks5_proxy=127.0.0.1:7070,localhost:1080
export not_proxy=127.0.0.0/8,192.168.1.0/24
export proxy_timeout_ms=1000
export proxy_no_log=false
export libsocks5connect=./libsocks5connect.so

use

./proxy.sh -f proxy.conf python2 -c 'import urllib2;print(urllib2.urlopen("http://google.com").read())'
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].