mirror of
https://codeberg.org/postscriptum/devzone.org.ua.git
synced 2026-02-18 22:02:41 +00:00
add config gen example
This commit is contained in:
parent
510e6148f9
commit
d9d5507db4
1 changed files with 8 additions and 0 deletions
|
|
@ -53,6 +53,14 @@ cargo build --release -p aquatic_udp
|
||||||
sudo install target/release/aquatic_udp /usr/local/bin/aquatic_udp
|
sudo install target/release/aquatic_udp /usr/local/bin/aquatic_udp
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Стандартна конфігурація генерується командою:
|
||||||
|
|
||||||
|
``` bash
|
||||||
|
aquatic_udp -p > /home/btracker/aquatic_udp.toml
|
||||||
|
```
|
||||||
|
|
||||||
|
Після чого, вносяться наступні зміни:
|
||||||
|
|
||||||
``` /home/btracker/aquatic_udp.toml
|
``` /home/btracker/aquatic_udp.toml
|
||||||
#..
|
#..
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue