We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bb3da1 commit 850b753Copy full SHA for 850b753
README.md
@@ -186,7 +186,7 @@ _at build time you can inject a custom proxy location with `SOCKS_HOST` & `SOCKS
186
187
```shell
188
git clone https://github.com/joshhighet/bebop
189
-docker build --build-arg SOCKS_HOST=10.20.30.40 --build-arg SOCKS_PORT=8080 bebop -t bebop
+docker build --build-arg SOCKS_HOST=127.0.0.1 --build-arg SOCKS_PORT=9050 bebop -t bebop
190
```
191
192
# running
dockerfile
@@ -12,7 +12,7 @@ RUN apt update --yes
12
RUN apt install --yes proxychains-ng nmap python3-pip jq
13
14
ARG SOCKS_PORT=9050
15
-ARG SOCKS_HOST=10.4.4.4
+ARG SOCKS_HOST=127.0.0.1
16
ENV SOCKS_PORT=$SOCKS_PORT
17
ENV SOCKS_HOST=$SOCKS_HOST
18
ENV PYTHONUNBUFFERED True
0 commit comments