aboutsummaryrefslogtreecommitdiff
path: root/src/fw_actor.rs
Commit message (Expand)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 spaces)...adrien2021-09-111-20/+31
* 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