aboutsummaryrefslogtreecommitdiff
path: root/src/fw_actor.rs
Commit message (Collapse)AuthorAgeFilesLines
* IPv6-only modeAlex Auvolat2023-04-051-23/+35
|
* Remove .rustfmt.toml and move to standard rustfmt format (4 spaces)Alex Auvolat2023-04-041-65/+65
|
* firewall: open ports in ipv6 as well as ipv4 (using ip6tables)fw-ipv6Alex Auvolat2023-04-041-23/+28
|
* Allow Diplonat to automatically detect it's private IPAlex Auvolat2021-12-251-3/+3
|
* Stricter Rust formating rules and build in the CIQuentin Dufour2021-09-201-6/+6
|
* added rustfmt: a rustfmt.toml file diescribing syntax (soft tabs of 2 ↵adrien2021-09-111-20/+31
| | | | 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 reviewdarkgallium2020-07-041-4/+4
|
* ensure chain jump is added only onceadd-firewall-rulesdarkgallium2020-06-281-9/+3
|
* update README & Dockerfiledarkgallium2020-06-281-0/+1
|
* add actor for firewall & massive refactordarkgallium2020-05-241-0/+80