mirror of
https://codeberg.org/postscriptum/gemlog.git
synced 2026-02-19 06:22:41 +00:00
add config gen example
This commit is contained in:
parent
add59e1ba9
commit
7153ff2b30
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