mirror of
https://github.com/fosrl/gerbil.git
synced 2026-02-08 05:56:40 +00:00
Add bullets
This commit is contained in:
16
README.md
16
README.md
@@ -31,17 +31,17 @@ Bytes transmitted in and out of each peer is collected every 10 seconds and incr
|
||||
|
||||
## CLI Args
|
||||
|
||||
`reachableAt`: How should the remote server reach Gerbil's API?
|
||||
`generateAndSaveKeyTo`: Where to save the generated Wireguard private key to persist across restarts.
|
||||
`remoteConfig` (optional): Remote config location to HTTP get the JSON based config from. See `example_config.json`
|
||||
`config` (optional): Local JSON file path to load config. Used if remote config is not supplied. See `example_config.json`
|
||||
- `reachableAt`: How should the remote server reach Gerbil's API?
|
||||
- `generateAndSaveKeyTo`: Where to save the generated Wireguard private key to persist across restarts.
|
||||
- `remoteConfig` (optional): Remote config location to HTTP get the JSON based config from. See `example_config.json`
|
||||
- `config` (optional): Local JSON file path to load config. Used if remote config is not supplied. See `example_config.json`
|
||||
|
||||
Note: You must use either `config` or `remoteConfig` to configure Wireguard.
|
||||
|
||||
`reportBandwidthTo` (optional): Remote HTTP endpoint to send peer bandwidth data
|
||||
`interface` (optional): Name of the Wireguard interface created by Gerbil. Default: `wg0`
|
||||
`listen` (optional): Port to listen on for HTTP server. Default: `3003`
|
||||
`log-level` (optional): The log level to use. Default: INFO
|
||||
- `reportBandwidthTo` (optional): Remote HTTP endpoint to send peer bandwidth data
|
||||
- `interface` (optional): Name of the Wireguard interface created by Gerbil. Default: `wg0`
|
||||
- `listen` (optional): Port to listen on for HTTP server. Default: `3003`
|
||||
- `log-level` (optional): The log level to use. Default: INFO
|
||||
|
||||
Example:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user