From cec46a38c8c8df6a7508682c8fbd95ee6ff0647f Mon Sep 17 00:00:00 2001 From: Evan Lin Date: Sat, 2 Nov 2019 14:10:53 +1300 Subject: [PATCH] Format. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 977cffa459..cb4e52200b 100644 --- a/README.md +++ b/README.md @@ -114,12 +114,16 @@ Here is an example configuration for enabling the `dmsgpty` server within `skywi ```json5 { "dmsg_pty": { + // "port" provides the dmsg port to listen for remote pty requests. "port": 233, + // "authorization_file" is the path to a JSON file containing an array of whitelisted public keys. "authorization_file": "./dmsgpty/whitelist.json", + // "cli_network" is the network to host the dmsgpty CLI. "cli_network": "unix", + // "cli_address" is the address to host the dmsgpty CLI. "cli_address": "/tmp/dmsgpty.sock" }