From ad0a0ba0c3a1cbbb5556a92caddabe658f4fb3cf Mon Sep 17 00:00:00 2001 From: Jacob Weinstock Date: Thu, 21 Nov 2024 12:11:56 -0700 Subject: [PATCH] Update README with new CLI flags: Signed-off-by: Jacob Weinstock --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index ae610801..373905fc 100644 --- a/README.md +++ b/README.md @@ -149,6 +149,9 @@ FLAGS -tink-server [http] IP:Port for the Tink server -tink-server-tls [http] use TLS for Tink server (default "false") -trusted-proxies [http] comma separated list of trusted proxies in CIDR notation + -iso-enabled [iso] enable serving Hook as an iso (default "false") + -iso-magic-string [iso] the string pattern to match for in the source iso, if not set the default from HookOS is used + -iso-url [iso] the url for source iso before binary patching -otel-endpoint [otel] OpenTelemetry collector endpoint -otel-insecure [otel] OpenTelemetry collector insecure (default "true") -syslog-addr [syslog] local IP to listen on for Syslog messages (default "172.17.0.3")