Commit graph

60 commits

Author SHA1 Message Date
Alex f5fc635b75 match numeric protocol values
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2023-04-20 14:53:20 +02:00
Alex d27173a2b7 debug
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2023-04-20 14:29:38 +02:00
Alex 48da5b61ac better error handling
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2023-04-20 14:14:30 +02:00
Alex 21ab77b828 Remove ACME options from tests
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2023-04-05 09:51:50 +02:00
Alex 71bfd5be2d Remove ACME config, not used as we are doing ACME in Tricot now
Some checks failed
continuous-integration/drone/pr Build is failing
continuous-integration/drone/push Build is failing
2023-04-05 09:50:26 +02:00
Alex c356c4d1c4 IPv6-only mode
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2023-04-05 09:47:58 +02:00
Alex f410230240 parse private_ip earlier
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2023-04-04 19:06:33 +02:00
Alex b3f76f272a Remove .rustfmt.toml and move to standard rustfmt format (4 spaces)
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2023-04-04 18:48:52 +02:00
Alex 2d39adcabb cargo fmt
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2023-04-04 18:48:10 +02:00
Alex 615f926618 Add STUN actor that saves autodiscovered IPv4/IPv6 to Consul
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
2023-04-04 18:46:14 +02:00
Alex 846c4344aa firewall: open ports in ipv6 as well as ipv4 (using ip6tables)
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2023-04-04 13:33:54 +02:00
Alex 2a910c7af2
Default value for skip tls parameter
Some checks reported errors
continuous-integration/drone/push Build was killed
continuous-integration/drone/pr Build was killed
2022-12-01 17:49:57 +01:00
Alex e7f6c15bc1
Add possibility to skip tls verification for consul
Some checks reported errors
continuous-integration/drone/push Build was killed
continuous-integration/drone/pr Build was killed
2022-08-24 18:22:00 +02:00
Alex 04bdd029fe
Add TLS support for Consul 2021-12-30 20:42:56 +01:00
adrien 7760b9c58f repaired test, now that private IP is an Option 2021-12-28 10:43:10 +01:00
Alex 3b9e75634a
Allow Diplonat to automatically detect it's private IP 2021-12-25 19:23:18 +01:00
Quentin 7d478d9976
Stricter Rust formating rules and build in the CI
Some checks reported errors
continuous-integration/drone/push Build was killed
2021-09-20 15:13:16 +02:00
adrien f720070905 added rustfmt: a rustfmt.toml file diescribing syntax (soft tabs of 2 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
Some checks failed
continuous-integration/drone/pr Build is failing
2021-09-11 16:34:03 +02:00
LUXEY Adrien 0f114f2134 a last pass to remove warnings from my code 2021-08-16 11:34:42 +02:00
LUXEY Adrien 644e707956 environment.rs successfully replaced with new config/ configuration loader. No API changes, more tests, cleaner code: life is swell. 2021-08-16 11:19:16 +02:00
LUXEY Adrien ae9550ce23 New configuration parsing using envy. Added minimal functionnality for
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
2021-08-16 10:26:06 +02:00
darkgallium 4f4b6b048d corrections after review 2020-07-04 17:01:27 +02:00
darkgallium a59ed38121 ensure chain jump is added only once 2020-06-28 19:05:36 +02:00
darkgallium 6fe86469ee update README & Dockerfile 2020-06-28 17:01:12 +02:00
darkgallium d2ae084fc1 add actor for firewall & massive refactor 2020-05-24 20:40:49 +02:00
darkgallium a2d2582098 add better error handling 2020-05-24 18:15:33 +02:00
darkgallium 2dbf9da005 changing backend to use the cleaner ipt bindings
updating dependencies

minor fixes
2020-05-24 18:14:24 +02:00
darkgallium 1a9199011d first basic support for adding nft rules 2020-05-24 18:09:22 +02:00
Quentin 5dd4544360 Dockerize app 2020-05-23 16:29:02 +02:00
Quentin 3e2ea02d62 Working IGD 2020-05-23 15:38:08 +02:00
Quentin 941942aeda WIP igd actor 2020-05-22 22:01:27 +02:00
Quentin c8742b1f14 Connecting elements 2020-05-22 19:21:11 +02:00
Quentin e1d0eadb9d WIP software 2020-05-22 18:41:13 +02:00
Quentin deeecd93e1 Rewrite for clarity 2020-05-22 18:13:32 +02:00
Quentin 5fafc1cb64 Handle UDP/TCP 2020-05-22 16:27:43 +02:00
Quentin ec777652c1 Better retry mechanism 2020-05-22 15:19:49 +02:00
Quentin 453b1c684e Working parsing 2020-05-22 14:17:48 +02:00
Quentin 4cebe77b6f Consul Actor basic logic works 2020-05-22 12:29:55 +02:00
Quentin efbbc17f82 WIP consul actor 2020-05-22 12:25:44 +02:00
Quentin fe1d91fe06 WIP consul 2020-05-22 11:34:12 +02:00
Quentin d583c17782 We are now able to watch 2020-05-22 10:33:09 +02:00
Quentin 2a6b440270 Working Consul 2020-05-21 23:04:21 +02:00
Quentin 8c43611eb5 Broken Diplonat 2020-05-21 22:25:33 +02:00
Quentin 4da459ce8b Working on logic 2020-05-21 17:51:30 +02:00
Quentin feadc844c0 WIP loops 2020-05-21 15:22:45 +02:00
Quentin 00c2039034 Rewrite as an object 2020-05-09 16:50:38 +02:00
Quentin 79102ba463 Consul URL is now a parameter 2020-05-09 16:40:10 +02:00
Quentin 154546a7b4 Split logic in multiple files! 2020-05-09 16:27:54 +02:00
Quentin 41caf6090c Add context to errors 2020-05-09 16:19:09 +02:00
Quentin 76c8404212 Rewrite with anyhow 2020-05-09 16:04:06 +02:00