We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dab022b commit d755446Copy full SHA for d755446
scripts/aws/entrypoint.sh
@@ -23,9 +23,6 @@ echo "Starting vsock proxy..."
23
24
/usr/sbin/syslog-ng --verbose
25
26
-# Send request and check response
27
-curl -s -x socks5h://127.0.0.1:3305 "https://example.com"
28
-
29
build_parameterized_config() {
30
curl -s -f -o "${PARAMETERIZED_CONFIG}" -x socks5h://127.0.0.1:3305 http://127.0.0.1:27015/getConfig
31
REQUIRED_KEYS=("optout_base_url" "core_base_url" "core_api_token" "optout_api_token" "environment")
0 commit comments