aboutsummaryrefslogtreecommitdiff
path: root/src/config/runtime.rs
Commit message (Expand)AuthorAgeFilesLines
* Remove ACME config, not used as we are doing ACME in Tricot nowAlex Auvolat2023-04-051-23/+1
* IPv6-only modeAlex Auvolat2023-04-051-6/+19
* parse private_ip earlierAlex Auvolat2023-04-041-4/+9
* Remove .rustfmt.toml and move to standard rustfmt format (4 spaces)Alex Auvolat2023-04-041-123/+126
* cargo fmtAlex Auvolat2023-04-041-4/+11
* Add STUN actor that saves autodiscovered IPv4/IPv6 to ConsulAlex Auvolat2023-04-041-7/+41
* Add possibility to skip tls verification for consulconsul-tlsAlex Auvolat2022-08-241-8/+13
* Add TLS support for ConsulAlex Auvolat2021-12-301-2/+30
* Allow Diplonat to automatically detect it's private IPAlex Auvolat2021-12-251-6/+4
* Stricter Rust formating rules and build in the CIQuentin Dufour2021-09-201-8/+9
* added rustfmt: a rustfmt.toml file diescribing syntax (soft tabs of 2 spaces)...adrien2021-09-111-75/+73
* environment.rs successfully replaced with new config/ configuration loader. N...LUXEY Adrien2021-08-161-3/+12
* New configuration parsing using envy. Added minimal functionnality forLUXEY Adrien2021-08-161-0/+112