aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
* New configuration parsing using envy. Added minimal functionnality forLUXEY Adrien2021-08-161-7/+8
| | | | | | | | | | | | the future ACME parameters. Tests written and passing. WIP: added envy dependncy and ConfigOpts structs that will constitute Diplonat's configuration WIP: ConfigOpts from_env() and validate() methods written. No API change (the env names remain unchanged)! Now need to use our new ConfigOpts struct instead of Environment, and update references to the environment variables in the code. WIP: RuntimeConfig with business logic done. Tests written, but they are all running from the same process - setting environment variables in each test produces incoherent results. Another solution for testing is needed. WIP: tests are fully written using 'from_iter' and all passing
* ensure chain jump is added only onceadd-firewall-rulesdarkgallium2020-06-281-1/+1
|
* changing backend to use the cleaner ipt bindingsdarkgallium2020-05-241-3/+2
| | | | | | updating dependencies minor fixes
* first basic support for adding nft rulesdarkgallium2020-05-241-0/+3
|
* Working parsingQuentin Dufour2020-05-221-0/+1
|
* Working ConsulQuentin Dufour2020-05-211-1/+2
|
* Working on logicQuentin Dufour2020-05-211-0/+1
|
* Rewrite with anyhowQuentin Dufour2020-05-091-0/+1
|
* Start to modularizeQuentin Dufour2020-05-091-0/+3
|
* consul lib does not work for us, switching to reqwestQuentin2020-02-141-1/+1
|
* Initial commitQuentin Dufour2020-02-121-0/+12