Skip to content

Commit

Permalink
use alt port for DNS which works both locally and in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjones-plip committed Dec 16, 2024
1 parent 25c2820 commit 26aff42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/scripts/muffet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
# download.docker.com are excluded below) you can add additional sites as needed. Please
# use extremely granular URLs so as not to exclude more than we need to.

muffet http://localhost:1313/ \
--dns-resolver 9.9.9.9:53 \
muffet http://localhost:1313 \
--dns-resolver 9.9.9.9:9953 \
--buffer-size 50000 \
--timeout 35 \
--max-connections 2 \
Expand Down

0 comments on commit 26aff42

Please sign in to comment.