No description, website, or topics provided.
Go Makefile
Switch branches/tags
Nothing to show
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
client
compression
encrypt
protocol
server
tunnel
userdb
.gitignore
.travis.yml
Makefile
README.org
TODO.md

README.org

fwall

Intro

Fwall is a [Bi~~~] tool for [Bi~~~].

Installation

server side

  • copy fwall/server/{server, config.json, user.db} to your server
  • modify the config.json and user.db
  • nohup server -c config.json &
  • Ctrl-d

client side

  • modify the config.json
  • nohup client -c config.json &

what we support

tunnel

plain

  • tunnel plain will simply transmit your content without any modification.
  • WARNING: it’s not safe! Avoid using it unless you know what problems you will meet.

lz4

  • tunnel lz4 will compress all contents. “lz4” is a great compression algorithm which has a amazing compression speed. As some of you already guessed, our tunnel lz4 using “lz4”. :-)
  • use it if you don’t care security issues.

Raw

  • tunnel raw will encrypt your contents with aes-256-cfb.
  • choose this one if you have persecution mania :-/

want a free account?

I have the plan. But not sure when I can provide it.