diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-05-08 10:57:10 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-05-08 10:57:10 +0200 |
commit | 15a8745a3179644e9f4874f135a441b1ebe4fd6e (patch) | |
tree | 9bcba05cca67cc0dc7e8328ed62ce7aa3590fc02 /README.md | |
parent | 506d4b1cbfe36108594eb4819593c9b9aecb8358 (diff) | |
download | diplonat-15a8745a3179644e9f4874f135a441b1ebe4fd6e.tar.gz diplonat-15a8745a3179644e9f4874f135a441b1ebe4fd6e.zip |
Add README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..2826cc0 --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +Diplonat +======== + +```bash +cargo build + +export DIPLONAT_PRIVATE_IP="192.168.0.18" +export DIPLONAT_REFRESH_TIME="60" +export DIPLONAT_EXPIRATION_TIME="300" +export DIPLONAT_CONSUL_NODE_NAME="lheureduthe" +cargo run +``` |