forked from Deuxfleurs/diplonat
Merge pull request 'Edited README: declare system dependency to a TLS library' (#4) from adrien/diplonat:main into main
Reviewed-on: Deuxfleurs/diplonat#4
This commit is contained in:
commit
8b57fb2680
1 changed files with 5 additions and 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 :
|
||||
|
|
Loading…
Reference in a new issue