This commit is contained in:
2026-03-14 01:15:03 +08:00
parent cb65d0f9e1
commit 83d151f014
+7
View File
@@ -0,0 +1,7 @@
FROM fedora:43
RUN dnf -y install --setopt=install_weak_deps=False --nodocs proxychains curl && dnf clean all
COPY proxychains4.conf /etc/proxychains.conf
RUN proxychains curl -s https://www.google.com -o /dev/null && echo "SUCCESS: proxychains works!" || echo "FAILED: proxychains does not work"