- Nov 29, 2020
-
-
kaiyou authored
-
-
Bumps [github.com/sirupsen/logrus](https://github.com/sirupsen/logrus) from 1.6.0 to 1.7.0. - [Release notes](https://github.com/sirupsen/logrus/releases) - [Changelog](https://github.com/sirupsen/logrus/blob/master/CHANGELOG.md) - [Commits](https://github.com/sirupsen/logrus/compare/v1.6.0...v1.7.0 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
fixes #51
-
- Jun 22, 2020
- Jun 17, 2020
-
-
kaiyou authored
-
- Jun 16, 2020
-
-
kaiyou authored
-
kaiyou authored
-
kaiyou authored
This adds a --rejoin setting for rejoining cluter nodes automatically when gone.
-
kaiyou authored
Now cluster.Join will resolve hostnames itself, then will avoid trying to join hosts that are already cluster members.
-
kaiyou authored
-
kaiyou authored
Do not blindly trust routes announced by other nodes. This first step simply checks that announced routes are inside the configured routed network.
-
kaiyou authored
This adds an option for specifying a routed network. Every node route that belongs to that routed network will be announced to the cluster and every other node will direct traffic to that node for said route.
-
- May 28, 2020
-
-
Leo Antunes authored
-
- May 27, 2020
-
-
kaiyou authored
-
kaiyou authored
-
kaiyou authored
Co-authored-by:
Leo Antunes <leo@costela.net>
-
kaiyou authored
The cluster name option is not required anymore and removed, the interface name is used to name the cluster directly. For backward compatibility, the old path for storing cluster state is tried as a fallback when loading.
-
kaiyou authored
-
kaiyou authored
-
kaiyou authored
Co-authored-by:
Leo Antunes <leo@costela.net>
-
kaiyou authored
-
kaiyou authored
-
kaiyou authored
-
kaiyou authored
-
kaiyou authored
Banner is used to carry a custom etc/hosts banner while StatePath holds the path to cluster state storage.
-
Leo Antunes authored
refs #47
-
- May 21, 2020
-
-
kaiyou authored
Add an argument parsing routine to the tests entrypoint, and use it to parse the interface name, passed to wireguard-go.
-
- May 19, 2020
-
-
Leo Antunes authored
-
- May 13, 2020
-
-
kaiyou authored
This is a temporary fix until the state path is made configurable.
-
kaiyou authored
Co-authored-by:
Leo Antunes <leo@costela.net>
-
kaiyou authored
This makes for more straightforward calls. Also, generate the localNode directly in wg.New.
-
kaiyou authored
-
kaiyou authored
Instead, the overlay address is assigned upon creation. Also, the wireguard state is responsible for populating the local node object.
-
kaiyou authored
-
kaiyou authored
EncodeMeta and DecodeMeta are more explicit.
-
kaiyou authored
Also rename setupDelegate to SetLocalNode, so that main can call SetLocalNode then Update().
-
kaiyou authored
-