aboutsummaryrefslogtreecommitdiff
path: root/src/fw.rs
Commit message (Collapse)AuthorAgeFilesLines
* applied rustfmt from branch meta/formating, without rebasing anythingadrien2021-09-111-58/+74
|
* wrote the skeleton of ACME. Involved solving the cosmetic warnings about ↵adrien2021-09-101-5/+6
| | | | CamelCase for enums (without changing the API).
* Rewrote the configuration options to make Diplonat modular: IGD and Firewall ↵adrien2021-08-261-3/+5
| | | | | | modules will only be enabled if correponding `DIPLONAT_*_ENABLE` is set. (Breaking changes!) Also rearranged imports throughout the project, because I couldn't resist, sorry.
* 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
| | | | | | updating dependencies minor fixes
* first basic support for adding nft rulesdarkgallium2020-05-241-0/+101