mirror of
https://github.com/fosrl/newt.git
synced 2025-05-13 05:30:39 +01:00
Add bullets
This commit is contained in:
parent
611f8d6f65
commit
aa6dff91f6
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
@ -31,11 +31,11 @@ When Newt receives Wireguard control messages, it will use the information encod
|
|||
|
||||
## CLI Args
|
||||
|
||||
`endpoint`: The endpoint where both Gerbil and Pangolin reside in order to connect to the websocket.
|
||||
`id`: Newt ID generated by Pangolin to identify the client.
|
||||
`secret`: A unique secret (not shared and kept private) used to authenticate the client ID with the websocket in order to receive commands.
|
||||
`dns`: DNS server to use to resolve the endpoint
|
||||
`log-level` (optional): The log level to use. Default: INFO
|
||||
- `endpoint`: The endpoint where both Gerbil and Pangolin reside in order to connect to the websocket.
|
||||
- `id`: Newt ID generated by Pangolin to identify the client.
|
||||
- `secret`: A unique secret (not shared and kept private) used to authenticate the client ID with the websocket in order to receive commands.
|
||||
- `dns`: DNS server to use to resolve the endpoint
|
||||
- `log-level` (optional): The log level to use. Default: INFO
|
||||
|
||||
Example:
|
||||
|
||||
|
|
Loading…
Reference in a new issue