Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

feileb/avege

Open more actions menu
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Avege

Socks5/Transparent Proxy Client

Feature

  • socks5 frontend
  • redir mode frontend on Linux (iptables compatible)
  • http/https backend
  • socks4/socks4a/socks5 backend
  • Shadowsocks(R) backend

Encrypting algorithm

  • aes-128-cfb
  • aes-192-cfb
  • aes-256-cfb
  • aes-128-ctr
  • aes-192-ctr
  • aes-256-ctr
  • aes-128-ofb
  • aes-192-ofb
  • aes-256-ofb
  • des-cfb
  • bf-cfb
  • cast5-cfb
  • rc4-md5
  • chacha20
  • chacha20-ietf
  • salsa20
  • camellia-128-cfb
  • camellia-192-cfb
  • camellia-256-cfb
  • idea-cfb
  • rc2-cfb
  • seed-cfb

SSR Obfs

  • plain
  • http_simple
  • http_post
  • random_head
  • tls1.2_ticket_auth

SSR Protocol

  • origin
  • verify_sha1 aka. one time auth(OTA)
  • auth_sha1_v4
  • auth_aes128_md5
  • auth_aes128_sha1

Todo (help wanted)

  • UDP forwarding
  • IPv6 supported
  • tun based system wide proxy
  • Adblock Plus rules based filter for http
  • TCP Fast Open on Linux with 3.7+ kernel
  • Transparent proxy on Mac OS X and variant BSDs(ipfw/pf/fw mode)

Build

Dependencies

go get github.com/op/go-logging
go get github.com/garyburd/redigo/redis
go get github.com/go-fsnotify/fsnotify
go get github.com/kardianos/osext
go get github.com/gin-gonic/gin
go get github.com/gorilla/websocket
go get github.com/DeanThompson/ginpprof
go get github.com/miekg/dns
go get github.com/aead/chacha20
go get github.com/codahale/chacha20
go get github.com/dgryski/go-camellia
go get github.com/dgryski/go-idea
go get github.com/dgryski/go-rc2

Steps

git clone https://github.com/missdeer/avege.git
cd avege/src/avege
GOPATH=$GOPATH:$PWD/../.. go build 

Usage

Dependencies

  • redis-server

Steps

cd avege/src/avege
cp config-sample.json config.json
# modify config.json as you like
./avege

Reference

About

Yet Another Redsocks Golang Fork

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 98.1%
  • Shell 1.9%
Morty Proxy This is a proxified and sanitized view of the page, visit original site.