diff --git a/Cargo.toml b/Cargo.toml index f478778..a895c41 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "alfis" -version = "0.5.1" +version = "0.5.2" authors = ["Revertron "] edition = "2018" build = "build.rs" diff --git a/README.md b/README.md index 3515104..289b9cb 100644 --- a/README.md +++ b/README.md @@ -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`. \ No newline at end of file +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). \ No newline at end of file