x
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user