This repository has been archived by the owner on Jan 2, 2020. It is now read-only.
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)