This repository has been archived by the owner on Jan 2, 2020. It is now read-only.
Releases: ShaneMcC/vyatta-tinc
Releases · ShaneMcC/vyatta-tinc
Third Release
Second Release: Commit missing files
Overview
This release is the same as 0.2.1 but with the extra show tinc
commands added that were in my local copy but not in the repo!
Change Log
- Add missing commands that weren't commited to repo properly.
Second Release: Bug Fix
Overview
This release is the same as 0.2 except for fixing a rather stupid bug!
Change Log
- Fix outputting an invalid private key.
Second Release
Overview
vyatta-tinc should now be pretty much feature-complete!
All the config settings can now be set using vyatta and this version should now be enough for anyone to migrate from non-vyatta configs.
I don't expect this to need much more development work right now, and it works for all my use cases.
Change Log
- Reordered show commads
show tinc NETWORK <logging|statistics|connections>
seems more natural thanshow tinc <logging|statistics|connections> NETWORK
- Added "all" option to
show tinc <> logging
to allow showing all matching
logs for the given network and not just the current process. - Added support for attaching firewall rules to networks (Issue #3)
- Added support for proxy settings (The settings used for proxies have changed,
so any config that was created for the old non-working proxy settings won't
be valid. (Issue #1) - Added support for all tinc scripts (Issue #2)