Commit graph

11 commits

Author SHA1 Message Date
Quentin f9fd13a48a
Merge branch 'main' of git.deuxfleurs.fr:Deuxfleurs/diplonat into feature/modular-config
Some checks failed
continuous-integration/drone/push Build is failing
2021-09-20 11:58:03 +02:00
Quentin 2e797d2f62
Local code formatting 2021-09-20 11:30:00 +02:00
adrien f720070905 added rustfmt: a rustfmt.toml file diescribing syntax (soft tabs of 2 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
Some checks failed
continuous-integration/drone/push Build is failing
2021-09-11 16:34:03 +02:00
adrien 76fe63791b Rewrote the configuration options to make Diplonat modular: IGD and Firewall 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.
2021-08-26 16:05:39 +02:00
darkgallium 4f4b6b048d corrections after review 2020-07-04 17:01:27 +02:00
darkgallium a59ed38121 ensure chain jump is added only once 2020-06-28 19:05:36 +02:00
darkgallium 6fe86469ee update README & Dockerfile 2020-06-28 17:01:12 +02:00
darkgallium d2ae084fc1 add actor for firewall & massive refactor 2020-05-24 20:40:49 +02:00
darkgallium a2d2582098 add better error handling 2020-05-24 18:15:33 +02:00
darkgallium 2dbf9da005 changing backend to use the cleaner ipt bindings
updating dependencies

minor fixes
2020-05-24 18:14:24 +02:00
darkgallium 1a9199011d first basic support for adding nft rules 2020-05-24 18:09:22 +02:00