Skip to content
This repository has been archived by the owner on Apr 2, 2020. It is now read-only.

Releases: booster-pocket-router/booster

v0.6.0

31 Oct 11:27
6d1e907
Compare
Choose a tag to compare

Changelog

6d1e907 Ignore .swp and .DS_Store files
f9b0e27 Update lsdflags
6683296 Add & configure goreleaser
5ee7bcd Ignore dist/
85b5a69 Update core package
a58f835 Add release script
f47dbe6 Initialize goreleaser
3d0b691 Update README.md
7c424bb Update README.md
0055b30 💄
90cf4bc Add licence header
962b63a Merge branch 'master' of https://github.com/booster-proj/booster
c3dcc0d Fix compile error
0a82133 Update README.md
97f9859 Update README.md
7b11a00 Add Usage guide
3c41a9f Improve readme
81e9033 Add installation and usage guide
19d3b39 Close #2, force proxy to use only IPv4 #4
7825f91 Use only ipv4 atm
e9cc20d Use same implementation for linux and darwin
e46b5e3 Fix connection couting by pointing always to the same interface
d4813ec Isolate source implementations into separate package
cebbeb2 Add godoc badge
84b87fb Properly distribute traffic among available network interfaces 🎉
819779c Use produced IPv4 to populate sock address
f135620 Try bind to interface before dialing connection
e823626 Find network interfaces at startup, Dial with network device on linux, Improve logging
0fd9c6e Remove no longer needed scripts
1b93529 Remove gen cmd
60278fc Verify go module
177e2fb Improve function naming
04a6052 Remove unneeded TODO
0603af7 Add utility script for fast booster startup
ce4149f Add booster dialer with core balancer as dialer to the proxy server
3acd9d4 Add booster executable
ccf72a2 Add utility script
3a50ad7 Add booster.json file generator
f5a2d9c Add IfaceSource struct
c0e1742 Ignore json files
8034899 Remove unwanted check
dd4de2b Add name flag
1ee2b22 Add gen executable. Fetch & filter available network interfaces
2b01915 Initialize go module
9ac54a1 Ignore bin folder
7fd5944 Add Makefile
550a843 Add Abstract section
6e65719 Initial commit