Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | stun actor: if no address is found but an address existed <15m ago, keep it | Alex Auvolat | 2024-01-16 | 1 | -1/+0 |
| | |||||
* | dockerfile: update rust version | Alex Auvolat | 2024-01-16 | 1 | -0/+1 |
| | |||||
* | match numeric protocol valuesstun | Alex Auvolat | 2023-04-20 | 1 | -2/+6 |
| | |||||
* | debug | Alex Auvolat | 2023-04-20 | 1 | -1/+4 |
| | |||||
* | parse private_ip earlier | Alex Auvolat | 2023-04-04 | 1 | -1/+1 |
| | |||||
* | Remove .rustfmt.toml and move to standard rustfmt format (4 spaces) | Alex Auvolat | 2023-04-04 | 1 | -78/+71 |
| | |||||
* | Add STUN actor that saves autodiscovered IPv4/IPv6 to Consul | Alex Auvolat | 2023-04-04 | 1 | -0/+4 |
| | |||||
* | Stricter Rust formating rules and build in the CI | Quentin Dufour | 2021-09-20 | 1 | -2/+4 |
| | |||||
* | added rustfmt: a rustfmt.toml file diescribing syntax (soft tabs of 2 ↵ | adrien | 2021-09-11 | 1 | -59/+75 |
| | | | | 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 | ||||
* | corrections after review | darkgallium | 2020-07-04 | 1 | -31/+36 |
| | |||||
* | ensure chain jump is added only onceadd-firewall-rules | darkgallium | 2020-06-28 | 1 | -5/+6 |
| | |||||
* | update README & Dockerfile | darkgallium | 2020-06-28 | 1 | -12/+0 |
| | |||||
* | add actor for firewall & massive refactor | darkgallium | 2020-05-24 | 1 | -15/+22 |
| | |||||
* | add better error handling | darkgallium | 2020-05-24 | 1 | -12/+28 |
| | |||||
* | changing backend to use the cleaner ipt bindings | darkgallium | 2020-05-24 | 1 | -84/+47 |
| | | | | | | updating dependencies minor fixes | ||||
* | first basic support for adding nft rules | darkgallium | 2020-05-24 | 1 | -0/+101 |