diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-05-09 16:56:39 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-05-09 16:56:39 +0200 |
commit | 605a5205dbefb4f75c2c6e299bcd80b32812eaa5 (patch) | |
tree | db1deb2b4396de7cda98e8ec74183b067789508a | |
parent | 00c20390343655c8d43212959a811618bb5072d7 (diff) | |
download | diplonat-605a5205dbefb4f75c2c6e299bcd80b32812eaa5.tar.gz diplonat-605a5205dbefb4f75c2c6e299bcd80b32812eaa5.zip |
Add some content to the README
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,6 +1,14 @@ Diplonat ======== +## Feature set + + * [ ] (Re)Configure NAT via UPNP/IGD (prio: high) + * [ ] (Re)Configure nftable (prio: low) + * [ ] (Re)Configure DNS via ??? (prio: low) + +## Operate + ```bash cargo build consul agent -dev # in a separate terminal |