You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Configuration format is [RFC 4180](https://www.rfc-editor.org/rfc/rfc4180.html) CSV with space character (`" "`) as a field separator instead of comma, `#` as a comment start character. Lines with only one field are treated as boolean flags, lines with two or more fields are treated as a key and its value, having extra fields joined with space.
379
+
349
380
## Synopsis
350
381
351
382
```
@@ -395,6 +426,8 @@ Usage of /home/user/go/bin/dumbproxy:
395
426
enable TLS and use certificate
396
427
-ciphers string
397
428
colon-separated list of enabled ciphers
429
+
-config value
430
+
read configuration from file with space-separated keys and values
398
431
-curves string
399
432
colon-separated list of enabled key exchange curves
0 commit comments