aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* stun actor: add back log message to inform of autodiscovery resultdocker-7stun-keep-valuesAlex Auvolat2024-01-161-0/+10
* stun actor: if no address is found but an address existed <15m ago, keep itAlex Auvolat2024-01-162-9/+28
* refactor stun_actorAlex Auvolat2024-01-161-43/+42
* dockerfile: update rust versionAlex Auvolat2024-01-161-0/+1
* match numeric protocol valuesstunAlex Auvolat2023-04-201-2/+6
* debugAlex Auvolat2023-04-201-1/+4
* better error handlingAlex Auvolat2023-04-202-20/+41
* 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-056-54/+127
* parse private_ip earlierAlex Auvolat2023-04-045-24/+25
* Remove .rustfmt.toml and move to standard rustfmt format (4 spaces)Alex Auvolat2023-04-0413-794/+787
* cargo fmtAlex Auvolat2023-04-044-23/+36
* Add STUN actor that saves autodiscovered IPv4/IPv6 to ConsulAlex Auvolat2023-04-0411-27/+195
* firewall: open ports in ipv6 as well as ipv4 (using ip6tables)fw-ipv6Alex Auvolat2023-04-041-23/+28
* Default value for skip tls parameterAlex Auvolat2022-12-011-1/+2
* Add possibility to skip tls verification for consulconsul-tlsAlex Auvolat2022-08-243-15/+37
* Add TLS support for ConsulAlex Auvolat2021-12-305-8/+55
* 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-258-30/+60
* Stricter Rust formating rules and build in the CIQuentin Dufour2021-09-2010-53/+51
* added rustfmt: a rustfmt.toml file diescribing syntax (soft tabs of 2 spaces)...adrien2021-09-1112-344/+403
* 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-166-78/+33
* New configuration parsing using envy. Added minimal functionnality forLUXEY Adrien2021-08-165-3/+321
* corrections after reviewdarkgallium2020-07-042-35/+40
* ensure chain jump is added only onceadd-firewall-rulesdarkgallium2020-06-284-16/+9
* update README & Dockerfiledarkgallium2020-06-282-12/+1
* add actor for firewall & massive refactordarkgallium2020-05-246-32/+129
* add better error handlingdarkgallium2020-05-241-12/+28
* changing backend to use the cleaner ipt bindingsdarkgallium2020-05-242-85/+53
* first basic support for adding nft rulesdarkgallium2020-05-241-0/+101
* Dockerize appQuentin Dufour2020-05-232-18/+1
* Working IGDQuentin Dufour2020-05-233-15/+33
* WIP igd actorQuentin Dufour2020-05-221-5/+49
* Connecting elementsQuentin Dufour2020-05-223-18/+27
* WIP softwareQuentin Dufour2020-05-227-116/+82
* Rewrite for clarityQuentin Dufour2020-05-221-15/+24
* Handle UDP/TCPQuentin Dufour2020-05-222-10/+22
* Better retry mechanismQuentin Dufour2020-05-222-2/+7
* Working parsingQuentin Dufour2020-05-222-10/+42
* Consul Actor basic logic worksQuentin Dufour2020-05-222-10/+10
* WIP consul actorQuentin Dufour2020-05-223-4/+45
* WIP consulQuentin Dufour2020-05-222-0/+16
* We are now able to watchQuentin Dufour2020-05-222-8/+22
* Working ConsulQuentin Dufour2020-05-213-15/+41
* Broken DiplonatQuentin Dufour2020-05-218-85/+126
* Working on logicQuentin Dufour2020-05-215-29/+36
* WIP loopsQuentin Dufour2020-05-212-3/+26
* Rewrite as an objectQuentin Dufour2020-05-094-22/+22