diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-05-22 11:34:12 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-05-22 11:34:12 +0200 |
commit | fe1d91fe06e314faa54997638f11ae6afb57b0b5 (patch) | |
tree | f97aebfc9e320040e3635ddc10b5de7a3dff543d /README.md | |
parent | 4cce22504359489cced92d38a0671edce498cdd6 (diff) | |
download | diplonat-fe1d91fe06e314faa54997638f11ae6afb57b0b5.tar.gz diplonat-fe1d91fe06e314faa54997638f11ae6afb57b0b5.zip |
WIP consul
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -7,6 +7,14 @@ Diplonat * [ ] (Re)Configure nftable (prio: low) * [ ] (Re)Configure DNS via ??? (prio: low) +## Understand scope + + * Reconfigure __local__ environment when provisionning a __cluster__ service + * Reconfigure host on demand according to service needs (Firewall) + * Reconfigure host local network according to service needs (Router NAT) + * Operate a global reconfiguration that associate the tuple (__local__ environment information, a __cluster__ service) + * Reconfigure an external service with local info (DNS with public IP returned by the router via IGD) + ## Operate ```bash |