diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6615298..8086b86 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -64,4 +64,4 @@ jobs: - run: | make client build/ck-client -c config/ckclient.json -s cloak-server --verbosity debug & - docker run ajoergensen/iperf3:latest --client 127.0.0.1 -p 1984 \ No newline at end of file + docker run --network host ajoergensen/iperf3:latest --client 127.0.0.1 -p 1984 \ No newline at end of file