aboutsummaryrefslogtreecommitdiff
path: root/src/fw.rs
Commit message (Expand)AuthorAgeFilesLines
* stun actor: if no address is found but an address existed <15m ago, keep itAlex Auvolat2024-01-161-1/+0
* dockerfile: update rust versionAlex Auvolat2024-01-161-0/+1
* match numeric protocol valuesstunAlex Auvolat2023-04-201-2/+6
* debugAlex Auvolat2023-04-201-1/+4
* parse private_ip earlierAlex Auvolat2023-04-041-1/+1
* Remove .rustfmt.toml and move to standard rustfmt format (4 spaces)Alex Auvolat2023-04-041-78/+71
* Add STUN actor that saves autodiscovered IPv4/IPv6 to ConsulAlex Auvolat2023-04-041-0/+4
* Stricter Rust formating rules and build in the CIQuentin Dufour2021-09-201-2/+4
* added rustfmt: a rustfmt.toml file diescribing syntax (soft tabs of 2 spaces)...adrien2021-09-111-59/+75
* corrections after reviewdarkgallium2020-07-041-31/+36
* ensure chain jump is added only onceadd-firewall-rulesdarkgallium2020-06-281-5/+6
* update README & Dockerfiledarkgallium2020-06-281-12/+0
* add actor for firewall & massive refactordarkgallium2020-05-241-15/+22
* add better error handlingdarkgallium2020-05-241-12/+28
* changing backend to use the cleaner ipt bindingsdarkgallium2020-05-241-84/+47
* first basic support for adding nft rulesdarkgallium2020-05-241-0/+101