Skip to content

Commit 850b753

Browse files
committed
use localhost for proxy examples and base img
1 parent 1bb3da1 commit 850b753

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ _at build time you can inject a custom proxy location with `SOCKS_HOST` & `SOCKS
186186

187187
```shell
188188
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
189+
docker build --build-arg SOCKS_HOST=127.0.0.1 --build-arg SOCKS_PORT=9050 bebop -t bebop
190190
```
191191

192192
# running

dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RUN apt update --yes
1212
RUN apt install --yes proxychains-ng nmap python3-pip jq
1313

1414
ARG SOCKS_PORT=9050
15-
ARG SOCKS_HOST=10.4.4.4
15+
ARG SOCKS_HOST=127.0.0.1
1616
ENV SOCKS_PORT=$SOCKS_PORT
1717
ENV SOCKS_HOST=$SOCKS_HOST
1818
ENV PYTHONUNBUFFERED True

0 commit comments

Comments
 (0)