Skip to content

Commit

Permalink
Use non-privileged ports
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeuw committed Oct 1, 2024
1 parent cf3eb68 commit b0e7001
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@ jobs:
]
},
"BindAddr": [
":443",
":80"
":8443"
],
"BypassUID": [
"Q4GAXHVgnDLXsdTpw6bmoQ=="
Expand All @@ -63,5 +62,5 @@ jobs:
run: docker run -d --network host cbeuw/cloak:latest build/ck-server -c config/ckserver.json --verbosity debug
- run: |
make client
build/ck-client -c config/ckclient.json -s 127.0.0.1 --verbosity debug &
build/ck-client -c config/ckclient.json -s 127.0.0.1 -p 8443 --verbosity debug &
docker run --network host ajoergensen/iperf3:latest --client 127.0.0.1 -p 1984

0 comments on commit b0e7001

Please sign in to comment.