Releases: thombashi/tcconfig
Releases · thombashi/tcconfig
v0.13.0
- Add exclude options: #77 (Thanks to @dastergon)
--exclude-dst-network
--exclude-src-network
--exclude-dst-port
--exclude-src-port
- Modify to
--src-network
option can be used without the --iptables
option when using htb
- Bug fixes
v0.12.2
- Add a short option for the
--device
option
- Fix
tcset
failed when using tbf
v0.12.0
- Add
--change option
to reduce shaping rule changing side effect: #68 (Thanks to @twdkeule)
- Make a script file name created by
tcshow --tc-script
include target device names.
- Improve log messages
- Bug fix
- Avoid adding a shaping rule where a rule already existing path: #70 (Thanks to @twdkeule)
- Modify to return proper exit code: #71 (Thanks to @twdkeule)
- Fix packaging
- Minor bug fixes
v0.11.0
- Add
--duplicate
/--reordering
options: #67 (Thanks to @Sir-Nightmare)
- Make
tcset
/tcdel
commands executable without tc
command installed when --tc-command
/--tc-script
options are used.
v0.10.0
- Add
--src-port
option: #51 (Thanks to @lauhen)
- Bug fixes
- Improve log messages
v0.9.0
- Add IPv6 support (Thanks to @rkd-msw): #61 #62
- Bug fixes
v0.8.0
#59: Thanks to @pedro-nonfree
- Add
--tc-command
option: display tc commands to be executed by tcconfig commands
- Add
--tc-script
option: create a tc command script which include commands to be executed by tcconfig
v0.7.1
- Fix #54 failed to execute tcset when iproute2 version is older than 3.14.0 (Thanks to @ducalpha)
- Bug fixes