aboutsummaryrefslogtreecommitdiff
path: root/src/config/options.rs
Commit message (Expand)AuthorAgeFilesLines
* Remove ACME options from testsAlex Auvolat2023-04-051-2/+0
* Remove ACME config, not used as we are doing ACME in Tricot nowAlex Auvolat2023-04-051-14/+0
* IPv6-only modeAlex Auvolat2023-04-051-0/+3
* Remove .rustfmt.toml and move to standard rustfmt format (4 spaces)Alex Auvolat2023-04-041-54/+55
* Add STUN actor that saves autodiscovered IPv4/IPv6 to ConsulAlex Auvolat2023-04-041-1/+3
* Default value for skip tls parameterAlex Auvolat2022-12-011-1/+2
* Add possibility to skip tls verification for consulconsul-tlsAlex Auvolat2022-08-241-0/+2
* Add TLS support for ConsulAlex Auvolat2021-12-301-0/+6
* Allow Diplonat to automatically detect it's private IPAlex Auvolat2021-12-251-1/+3
* Stricter Rust formating rules and build in the CIQuentin Dufour2021-09-201-3/+1
* added rustfmt: a rustfmt.toml file diescribing syntax (soft tabs of 2 spaces)...adrien2021-09-111-42/+44
* a last pass to remove warnings from my codeLUXEY Adrien2021-08-161-0/+2
* environment.rs successfully replaced with new config/ configuration loader. N...LUXEY Adrien2021-08-161-4/+3
* New configuration parsing using envy. Added minimal functionnality forLUXEY Adrien2021-08-161-0/+75