-
How to debug squid blocked URLs when using EXPERIMENTAL_ALLOWED_DOMAINS? |
Beta Was this translation helpful? Give feedback.
Answered by
tomerr-ma
Aug 12, 2025
Replies: 1 comment
-
FYI - Found the way by adding this section to the workflow.
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
tomerr-ma
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
FYI - Found the way by adding this section to the workflow.
- name: Print Squid Logs run: | echo "Container logs:" sudo docker logs squid-proxy 2>&1 || true