aboutsummaryrefslogtreecommitdiff
path: root/src/consul.rs
Commit message (Collapse)AuthorAgeFilesLines
* Remove .rustfmt.toml and move to standard rustfmt format (4 spaces)Alex Auvolat2023-04-041-61/+61
|
* Add STUN actor that saves autodiscovered IPv4/IPv6 to ConsulAlex Auvolat2023-04-041-5/+14
|
* Add possibility to skip tls verification for consulconsul-tlsAlex Auvolat2022-08-241-7/+22
|
* Add TLS support for ConsulAlex Auvolat2021-12-301-3/+15
|
* Allow Diplonat to automatically detect it's private IPAlex Auvolat2021-12-251-3/+5
|
* Stricter Rust formating rules and build in the CIQuentin Dufour2021-09-201-6/+5
|
* added rustfmt: a rustfmt.toml file diescribing syntax (soft tabs of 2 ↵adrien2021-09-111-9/+9
| | | | spaces), a CONTRIBUTING.md file to explain how to use rustfmt, a .drone.yml file to add code style checks in CI, 2 lines in README.md to present CONTRIBUTING.md, and applied rustfmt on the source
* Better retry mechanismQuentin Dufour2020-05-221-0/+4
|
* Working parsingQuentin Dufour2020-05-221-2/+2
|
* We are now able to watchQuentin Dufour2020-05-221-6/+18
|
* Working ConsulQuentin Dufour2020-05-211-0/+33
|
* Working on logicQuentin Dufour2020-05-211-0/+0