First prototype with multiple dns providers

This commit is contained in:
Slatian
2023-07-23 15:23:44 +02:00
parent f173eba2ec
commit cd8c0455dc
5 changed files with 201 additions and 31 deletions

View File

@ -8,9 +8,7 @@ It is Licensed under the AGPL-v3 license.
Simply run `cargo build` after cloning. The binary should be called `target/debug/echoip-slatecave`.
To make a release build (the one you want to have on your server) run `cargo build --relese`, the binary will end up in `target/release/echoip-slatecave`.
NOTE: As of 2023-02-18 You need at least version 1.65 of the rust compiler. Consider using rustup.
To make a release build (the one you want to have on your server) run `cargo build --release`, the binary will end up in `target/release/echoip-slatecave`.
## Usage and configuration