Skip to content

Commit

Permalink
Force a different DNS resolver
Browse files Browse the repository at this point in the history
  • Loading branch information
notherealmarco authored Jan 17, 2025
1 parent 17d1af2 commit e5c6667
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/update-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
runs-on: ubuntu-latest
steps:

- name: Configure custom DNS resolver
run: echo "nameserver 1.1.1.1" | sudo tee /etc/resolv.conf

- name: Call webhook # debug
run: dig portainer.srv.mrlc.cc

Expand Down

0 comments on commit e5c6667

Please sign in to comment.