Fwall is a [Bi~~~] tool for [Bi~~~].
- git clone https://github.com/hamo/fwall.git
- cd fwall && make
- 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
- modify the config.json
- nohup client -c config.json &
- 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.
- 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.
- tunnel raw will encrypt your contents with aes-256-cfb.
- choose this one if you have persecution mania :-/
I have the plan. But not sure when I can provide it.