mirror of
https://github.com/fosrl/docs.git
synced 2025-05-12 21:30:43 +01:00
Fix \s in commands
This commit is contained in:
parent
b0c3fdbbbd
commit
af838ba911
2 changed files with 5 additions and 2 deletions
|
@ -49,7 +49,7 @@ Example:
|
|||
--reachableAt=http://gerbil:3003 \
|
||||
--generateAndSaveKeyTo=/var/config/key \
|
||||
--remoteConfig=http://pangolin:3001/api/v1/gerbil/get-config \
|
||||
--reportBandwidthTo=http://pangolin:3001/api/v1/gerbil/receive-bandwidth \
|
||||
--reportBandwidthTo=http://pangolin:3001/api/v1/gerbil/receive-bandwidth
|
||||
```
|
||||
|
||||
:::tip
|
||||
|
|
|
@ -35,7 +35,10 @@ When Newt receives WireGuard control messages, it will use the information encod
|
|||
Example:
|
||||
|
||||
```bash
|
||||
./newt --id 31frd0uzbjvp721 --secret h51mmlknrvrwv8s4r1i210azhumt6isgbpyavxodibx1k2d6 --endpoint https://example.com
|
||||
./newt \
|
||||
--id 31frd0uzbjvp721 \
|
||||
--secret h51mmlknrvrwv8s4r1i210azhumt6isgbpyavxodibx1k2d6 \
|
||||
--endpoint https://example.com
|
||||
```
|
||||
|
||||
## Build
|
||||
|
|
Loading…
Reference in a new issue