Yet another unofficial Brook VPN server container
1.7K
Yet another unofficial Brook server container with x86 and arm/arm64 (Raspberry Pi) support.
$ git clone https://github.com/samuelhbne/server-brook.git
$ cd server-brook
$ docker build -t samuelhbne/server-brook:amd64 -f Dockerfile.amd64 .
...
$ docker run --rm -it samuelhbne/server-brook:amd64
server-brook -w|--password <password> [-p|--port <port-number>] [-k|--hook <hook-url>]
-w|--password <password> Password for brook server access
-p|--port <port-num> [Optional] Port number for brook server connection, default 6060
-k|--hook <hook-url> [Optional] URL to be hit before server execution, for DDNS update or notification
$ docker run --name server-brook -p 26060:6060 -d samuelhbne/server-brook:amd64 -w my-secret
...
Please verify it from Ubuntu / Debian / Raspbian client host follow the instructions below.
$ docker run --rm -it samuelhbne/proxy-brook:amd64
proxy-brook -s|--host <brook-server> -w|--password <password> [-p|--port <port-number>]
-s|--server <brook-server> brook server name or address
-w|--password <password> Password for brook server access
-p|--port <port-num> [Optional] Port number for brook server connection, default 6060
$ docker run --name proxy-brook -p 1080:1080 -p 65353:53/udp -p 8123:8123 -d samuelhbne/proxy-brook:amd64 -s 12.34.56.78 -p 26060 -w "my-secret"
...
$ curl -sSx socks5h://127.0.0.1:1080 http://ifconfig.co
12.34.56.78
$ docker stop server-brook
...
$ docker rm server-brook
...
Content type
Image
Digest
Size
226 MB
Last updated
about 5 years ago
docker pull samuelhbne/server-brook