Added future development roadmap.

pull/112/head
Revertron 3 years ago
parent 369dc0955f
commit 39f3df8b03

@ -1,6 +1,6 @@
[package]
name = "alfis"
version = "0.5.1"
version = "0.5.2"
authors = ["Revertron <alfis@revertron.com>"]
edition = "2018"
build = "build.rs"

@ -86,4 +86,9 @@ It needs to be without `nogui` suffix.
Just unzip that archive in some directory and run `alfis` (or `alfis.exe`) binary.
By default, it searches for config file, named `alfis.toml` in current working directory, and creates/changes `blockchain.db` file in the same directory.
If you want it to load config from another file you can command it so: `alfis -c /etc/alfis.conf`.
If you want it to load config from another file you can command it so: `alfis -c /etc/alfis.conf`.
## Roadmap
1. Stabilize blockchain functions (domain transfer, info & contacts in UI), bug hunting and fixing.
2. Change DNS server/proxy to own resource saving implementation (using trust-dns-proto for RR parsing).
3. P2P traffic encryption (ECDH).
Loading…
Cancel
Save