Skip to content

Commit

Permalink
8.8.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Aug 27, 2024
1 parent 5426bfe commit fb892f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions actions/prepare/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,9 @@ runs:
if: runner.os == 'macOS'
run: |
networksetup -listnetworkserviceorder
# networksetup -setdnsservers Ethernet "8.8.8.8"
# scutil --dns
networksetup -setdnsservers Ethernet "8.8.8.8 8.8.4.4"
scutil --dns
networksetup -listnetworkserviceorder
- name: Set 8.8.8.8 as dns server LINUX
shell: bash
Expand Down

0 comments on commit fb892f8

Please sign in to comment.