Skip to content

Commit d755446

Browse files
remove
1 parent dab022b commit d755446

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

scripts/aws/entrypoint.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ echo "Starting vsock proxy..."
2323

2424
/usr/sbin/syslog-ng --verbose
2525

26-
# Send request and check response
27-
curl -s -x socks5h://127.0.0.1:3305 "https://example.com"
28-
2926
build_parameterized_config() {
3027
curl -s -f -o "${PARAMETERIZED_CONFIG}" -x socks5h://127.0.0.1:3305 http://127.0.0.1:27015/getConfig
3128
REQUIRED_KEYS=("optout_base_url" "core_base_url" "core_api_token" "optout_api_token" "environment")

0 commit comments

Comments
 (0)