We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05c9528 commit d061b59Copy full SHA for d061b59
.github/workflows/task_acceptance_tests.yaml
@@ -33,13 +33,13 @@ jobs:
33
- name: Fix DNS
34
run: |
35
echo "=== Current DNS config ==="
36
- cat /etc/resolv.conf
+ sudo cat /etc/resolv.conf
37
38
echo "=== Remove Azure DNS interference (as documented) ==="
39
- sed '/^nameserver 168.63.129.16$/d; /^search/d' /etc/resolv.conf > /tmp/resolv.conf && cat /tmp/resolv.conf > /etc/resolv.conf
+ sudo sed '/^nameserver 168.63.129.16$/d; /^search/d' /etc/resolv.conf > /tmp/resolv.conf && sudo cat /tmp/resolv.conf > /etc/resolv.conf
40
41
echo "=== Updated DNS config ==="
42
43
44
echo "=== Check what Twingate created ==="
45
resolvectl status || systemd-resolve --status
0 commit comments