aboutsummaryrefslogtreecommitdiff
path: root/src/config
Commit message (Expand)AuthorAgeFilesLines
* Remove ACME options from testsAlex Auvolat2023-04-052-8/+0
* Remove ACME config, not used as we are doing ACME in Tricot nowAlex Auvolat2023-04-053-40/+3
* IPv6-only modeAlex Auvolat2023-04-053-15/+30
* parse private_ip earlierAlex Auvolat2023-04-042-6/+11
* Remove .rustfmt.toml and move to standard rustfmt format (4 spaces)Alex Auvolat2023-04-044-271/+273
* cargo fmtAlex Auvolat2023-04-042-5/+13
* Add STUN actor that saves autodiscovered IPv4/IPv6 to ConsulAlex Auvolat2023-04-044-9/+50
* Default value for skip tls parameterAlex Auvolat2022-12-011-1/+2
* Add possibility to skip tls verification for consulconsul-tlsAlex Auvolat2022-08-242-8/+15
* Add TLS support for ConsulAlex Auvolat2021-12-302-2/+36
* repaired test, now that private IP is an Optionautodetect-private-ipadrien2021-12-281-10/+6
* Allow Diplonat to automatically detect it's private IPAlex Auvolat2021-12-252-7/+7
* Stricter Rust formating rules and build in the CIQuentin Dufour2021-09-203-13/+11
* added rustfmt: a rustfmt.toml file diescribing syntax (soft tabs of 2 spaces)...adrien2021-09-114-204/+215
* a last pass to remove warnings from my codeLUXEY Adrien2021-08-162-3/+6
* environment.rs successfully replaced with new config/ configuration loader. N...LUXEY Adrien2021-08-162-7/+15
* New configuration parsing using envy. Added minimal functionnality forLUXEY Adrien2021-08-164-0/+317