diff options
author | adrien <adrien@luxeylab.net> | 2021-08-16 11:45:45 +0200 |
---|---|---|
committer | adrien <adrien@luxeylab.net> | 2021-08-16 11:45:45 +0200 |
commit | 8b57fb2680673c4ee5a425b262e190fcef724a25 (patch) | |
tree | 92b60aed0929488cbe31c10fef2f55423d58f7ed /README.md | |
parent | ade0090cdb4a021830439dc0d9a04b2748601ea5 (diff) | |
parent | 41b4786f78d136a631046d512e8fca734fe07da0 (diff) | |
download | diplonat-8b57fb2680673c4ee5a425b262e190fcef724a25.tar.gz diplonat-8b57fb2680673c4ee5a425b262e190fcef724a25.zip |
Merge pull request 'Edited README: declare system dependency to a TLS library' (#4) from adrien/diplonat:main into main
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/diplonat/pulls/4
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -15,6 +15,11 @@ Diplonat * 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) +## Dependencies + +The `reqwest` crate "will make use of system-native transport layer security to connect to HTTPS destinations". See [`reqwest`'s documentation](https://docs.rs/reqwest/0.9.18/reqwest/#tls) for more information. + + ## Operate You need to add the following to your nomad config file : |